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