Check

amount
number <double>
Array of objects (AppliedDiscount)
object (AppliedLoyaltyInfo)
Array of objects (AppliedServiceCharge)
closedDate
string <date-time>
createdDate
string <date-time>
object (Device)
object (Customer)
deleted
boolean
deletedDate
string <date-time>
displayNumber
string
entityType
string
externalId
string
guid
string
object (Device)
modifiedDate
string <date-time>
openedDate
string <date-time>
paidDate
string <date-time>
Array of objects (Payment)
paymentStatus
string
Enum: "OPEN" "PAID" "CLOSED"
Array of objects (Selection)
tabName
string
taxAmount
number <double>
taxExempt
boolean
totalAmount
number <double>
voidBusinessDate
integer <int32>
voidDate
string <date-time>
voided
boolean
{
  • "guid": "string",
  • "entityType": "string",
  • "externalId": "string",
  • "displayNumber": "string",
  • "payments": [
    ],
  • "appliedDiscounts": [
    ],
  • "lastModifiedDevice": {
    },
  • "voidDate": "2019-08-24T14:15:22Z",
  • "paidDate": "2019-08-24T14:15:22Z",
  • "appliedLoyaltyInfo": {
    },
  • "voided": true,
  • "paymentStatus": "OPEN",
  • "amount": 0,
  • "tabName": "string",
  • "taxExempt": true,
  • "openedDate": "2019-08-24T14:15:22Z",
  • "totalAmount": 0,
  • "selections": [
    ],
  • "voidBusinessDate": 0,
  • "createdDate": "2019-08-24T14:15:22Z",
  • "deleted": true,
  • "createdDevice": {
    },
  • "closedDate": "2019-08-24T14:15:22Z",
  • "deletedDate": "2019-08-24T14:15:22Z",
  • "modifiedDate": "2019-08-24T14:15:22Z",
  • "taxAmount": 0,
  • "appliedServiceCharges": [
    ],
  • "customer": {
    }
}