PosInfo
Information about your POS which must be set via sdk.setPosInfo(posInfo)
or in the TransactionRequest when invoking startTransaction()
.
// Kotlin Sample Code
data class PosInfo(
val posName: String,
val posVendor: String,
val posVersion: String,
val siteReference: String
)
Parameters
posName required | String Name of the POS. |
posVendor required | String Vendor of the POS. |
posVersion required | String Version of the POS. |
siteReference required | String Site reference of the POS |