public class PaymentConfig extends Object
Modifier and Type | Field and Description |
---|---|
int |
dataEncryptionKeySlot
This provides the slot in the data bit where key is stored.
|
PaymentDevice.DataEncryptionType |
dataEncryptionType
This provides type of Encryption Algorithms applied to encrypt the data.
|
boolean |
enableBTDiscoverableMode
The payment device such as PD40-100 is not discoverable by default.
|
boolean |
enableSwipeOnNoAID
The swiping (MSR) of an EMV card is not allowed by default.
|
boolean |
getAllEncryptedData
This is Boolean value.
|
String |
idleMessage
This provides option to modify the payment devices idle message.
|
int |
languageCode
The languageCode field can used to configure the language on payment device to display strings.
|
int |
maskFirstDigits
This provides option to configure first few number of clear digits for the maskPAN.
|
int |
sleepModeTimeout
The field provides option to configure the payment device sleep mode timeout.
|
public int sleepModeTimeout
public String idleMessage
public PaymentDevice.DataEncryptionType dataEncryptionType
public int dataEncryptionKeySlot
public int maskFirstDigits
public boolean getAllEncryptedData
public int languageCode
public boolean enableSwipeOnNoAID
public boolean enableBTDiscoverableMode