Class TerminalData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class TerminalData
Properties
AllowSingleTap
Indicate whether the terminal allow one single tap for a contactless transaction followed by a PIN entry if the contactless transaction is refused
Declaration
public bool? AllowSingleTap { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CardholderActivatedTerminalLevel
Level of security for a terminal activated with the use of a card (Cardholder Activated Terminal)
Declaration
public string CardholderActivatedTerminalLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
CardReadingCapabilities
Card reading capabilities of the terminal.
Declaration
public IList<string> CardReadingCapabilities { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IsAttendedTerminal
Indicate whether the terminal is attended or not
Declaration
public bool? IsAttendedTerminal { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PinEntryCapability
The capabilities of the terminal to enter the PIN
- UNKNOWN : Unspecified or unknown
- PRESENT : Terminal has PIN entry capability
- ABSENT : Terminal does not have PIN entry capability
- MPOS_SOFTWARE_BASED_PIN : Mobile POS with PIN entry capability
- NOT_OPERATIVE : Terminal has PIN entry capability but PIN pad is not currently operative
Declaration
public string PinEntryCapability { get; set; }
Property Value
Type | Description |
---|---|
string |
TerminalId
The identifier of the terminal
Declaration
public string TerminalId { get; set; }
Property Value
Type | Description |
---|---|
string |
TerminalLocation
The location of the terminal
Declaration
public string TerminalLocation { get; set; }
Property Value
Type | Description |
---|---|
string |