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
)posNameStringrequired
Name of the POS.
posVendorStringrequired
Vendor of the POS.
posVersionStringrequired
Version of the POS.
siteReferenceStringrequired
Site reference of the POS