Class PointOfSaleData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class PointOfSaleData
Properties
EmvData
EMV data of the card as tag/value pairs.
It is needed when cardEntryMode is CHIP or CONTACTLESS.
Declaration
public IList<EmvDataItem> EmvData { get; set; }
Property Value
Type | Description |
---|---|
IList<EmvDataItem> |
EncryptedPinBlock
Encrypted data containing a PIN
Declaration
public string EncryptedPinBlock { get; set; }
Property Value
Type | Description |
---|---|
string |
IsResponseToPinRequest
Indicate whether the request is made after a first one that resulted in a PIN request
Declaration
public bool? IsResponseToPinRequest { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsRetryWithTheSameOperationId
Indicate whether the request is a retry with the same operation ID after a first request that resulted in a PIN request
Declaration
public bool? IsRetryWithTheSameOperationId { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PinMasterKeyReference
Reference to the master key used to encrypt the PIN
Declaration
public string PinMasterKeyReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Track2Data
Track 2 data from the card
It is needed when cardEntryMode is MAGNETIC_STRIPE.
Declaration
public string Track2Data { get; set; }
Property Value
Type | Description |
---|---|
string |