Class DeclinedPayoutException
Represents an error response from a create payout call.
Inherited Members
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public class DeclinedPayoutException : DeclinedTransactionException, ISerializable, _Exception
Constructors
DeclinedPayoutException(HttpStatusCode, string, PayoutErrorResponse)
Declaration
public DeclinedPayoutException(HttpStatusCode statusCode, string responseBody, PayoutErrorResponse errors)
Parameters
Type | Name | Description |
---|---|---|
HttpStatusCode | statusCode | |
string | responseBody | |
PayoutErrorResponse | errors |
Properties
PayoutResult
Gets the result of creating a payout if available, otherwise null
.
Declaration
public PayoutResult PayoutResult { get; }
Property Value
Type | Description |
---|---|
PayoutResult |