Class PointOfSaleDataForResponse
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class PointOfSaleDataForResponse
Properties
EmvData
EMV data of the card as tag/value pairs.
Declaration
public IList<EmvDataItem> EmvData { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EmvDataItem> |
PanLast4Digits
Last 4 digits of the PAN
Declaration
public string PanLast4Digits { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PinRetryCounter
Number of PIN retries
Declaration
public int? PinRetryCounter { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |