Class ApiReferencesForResponses
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiReferencesForResponses
Properties
PaymentAccountReference
(PAR) Unique identifier associated with a specific cardholder PAN
Declaration
public string PaymentAccountReference { get; set; }
Property Value
Type | Description |
---|---|
string |
RetrievalReferenceNumber
Retrieval reference number for transaction, must be AN(12) if provided
Declaration
public string RetrievalReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemeTransactionId
ID assigned by the scheme to identify a transaction through its whole lifecycle.
Declaration
public string SchemeTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |