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