Class ApiRefundSummaryForResponse
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiRefundSummaryForResponse
Properties
References
A set of references returned in responses
Declaration
public ApiReferencesForResponses References { get; set; }
Property Value
Type | Description |
---|---|
ApiReferencesForResponses |
RefundId
the ID of the refund
Declaration
public string RefundId { get; set; }
Property Value
Type | Description |
---|---|
string |
RetryAfter
The duration to wait after the initial submission before retrying the payment.
Expressed using ISO 8601 duration format, ex: PT2H for 2 hours.
This field is only present when the payment can be retried later.
PT0 means that the payment can be retried immediately.
Declaration
public string RetryAfter { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the payment, refund or credit transfer
Possible values are:
- AUTHORIZED
- NOT_AUTHORIZED
- PENDING
- PENDING_CAPTURE
- CONFIRMED
- REVERSED
- CANCELLED
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusTimestamp
Timestamp of the status in format yyyy-MM-ddTHH:mm:ssZ
Declaration
public DateTimeOffset StatusTimestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |