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