DeviceInfo |
DeviceInfo.addPaymentTypesItem(String paymentTypesItem) |
|
DeviceInfo |
DeviceInfo.cardCaptureTechnology(String cardCaptureTechnology) |
The technology used to capture the card details.
|
DeviceInfo |
DeviceInfo.deviceName(String deviceName) |
The name of the device.
|
DeviceInfo |
DeviceInfo.formFactor(String formFactor) |
The form factor of the device to be provisioned.
|
static DeviceInfo |
DeviceInfo.fromJson(String jsonString) |
Create an instance of DeviceInfo given an JSON string
|
DeviceInfo |
NetworkToken.getDevice() |
device
|
DeviceInfo |
DeviceInfo.imei(String imei) |
The IMEI number of the device being provisioned.
|
DeviceInfo |
DeviceInfo.isoDeviceType(String isoDeviceType) |
The 2-digit device type provided on the ISO messages that the token is being provisioned to.
|
DeviceInfo |
DeviceInfo.msisdn(String msisdn) |
The MSISDN of the device being provisioned.
|
DeviceInfo |
DeviceInfo.osName(String osName) |
The name of the device operating system.
|
DeviceInfo |
DeviceInfo.osVersion(String osVersion) |
The version of the device operating system.
|
DeviceInfo |
DeviceInfo.paymentTypes(List<String> paymentTypes) |
Different types of payments supported for the network token.
|
DeviceInfo |
DeviceInfo.serialNumber(String serialNumber) |
The serial number of the device.
|
DeviceInfo |
DeviceInfo.storageTechnology(String storageTechnology) |
The architecture or technology used for network token storage.
|