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