Class ApiPaymentSummaryForResponse
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiPaymentSummaryForResponse
Properties
PaymentId
the ID of the payment
Declaration
public string PaymentId { get; set; }
Property Value
Type | Description |
---|---|
string |
References
A set of references returned in responses
Declaration
public ApiReferencesForResponses References { get; set; }
Property Value
Type | Description |
---|---|
ApiReferencesForResponses |
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 |