Class ApiRefundResource
Inheritance
ApiRefundResource
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiRefundResource
Properties
CardPaymentData
Declaration
public CardPaymentDataForResource CardPaymentData { get; set; }
Property Value
InitialAuthorizationCode
Authorization approval code
Declaration
public string InitialAuthorizationCode { get; set; }
Property Value
Operations
Declaration
public IList<SubOperationForRefund> Operations { get; set; }
Property Value
ReferencedPaymentId
The identifier of the payment referenced by this refund.
Declaration
public string ReferencedPaymentId { get; set; }
Property Value
References
A set of references returned in responses
Declaration
public ApiReferencesForResponses References { get; set; }
Property Value
RefundId
Declaration
public string RefundId { get; set; }
Property Value
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
Status
The status of the payment, refund or credit transfer
Declaration
public string Status { get; set; }
Property Value
StatusTimestamp
Timestamp of the status in format yyyy-MM-ddTHH:mm:ssZ
Declaration
public DateTimeOffset StatusTimestamp { get; set; }
Property Value
TotalAuthorizedAmount
Amount for the operation.
Declaration
public AmountData TotalAuthorizedAmount { get; set; }
Property Value