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