InterfaceItem_Custom_LiverpoolMexico_IBMOrderSplit Model

Contains IBM POS link related information about the a transaction payment

Nullable
POSOrderRef : string

Defines the POS Order ref used when the entire transaction is being posted as a whole

Nullable
Amount : number (decimal)

The subtotal amount allocated to the split (or NULL if the split has been removed)

Example
{
  "POSOrderRef": "string value",
  "Amount": 1.23
}