Class ApiPaymentResource
Inheritance
ApiPaymentResource
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiPaymentResource
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<SubOperation> Operations { get; set; }
Property Value
PaymentId
Declaration
public string PaymentId { get; set; }
Property Value
References
A set of references returned in responses
Declaration
public ApiReferencesForResponses References { 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