Contains IBM POS link related information about the a transaction payment
Nullable
POSOrderRef :
string
This is the PowerEPOS "shortened" order number reference used for identifying this POS generated sales transaction with IBM.
TransactionSubtotal XML "number" field (IBM communications)
SAP Export "Command" field (SAP exports)
Nullable
IBMTerminalID :
string
This is the 3 digit IBM POS terminal ID that took the payment
TransactionSubtotal XML "terminal" field (IBM communications)
Nullable
IBMTransactionID :
string
This is the IBM generated payment transaction number
TransactionPayment XML "transaction" field (IBM communications)
SAP Export "POSTicket" field (SAP exports)
Nullable
IBMMediaID :
number (int)
This is the IBM Media ID of the payment (ie their payment type)
TransactionPayment XML "media" field (IBM communications)
Example
{
"POSOrderRef": "string value",
"IBMTerminalID": "string value",
"IBMTransactionID": "string value",
"IBMMediaID": 321
}