PosInfo

Information about your POS which must be set via sdk.setPosInfo(posInfo) or in the TransactionRequest when invoking startTransaction().

Copy
Copied
// 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

Copyright © Tyro Payments 2019-2024. All right reserved.