InterfaceItem_PMSItemiserInfo Model

Contains the breakdown information for a specific itemiser. This should only be stored temporarily (7 days) for transactions
where room charge payments have been made.

Nullable
ItemiserKey : string

Full charge code key "{ChargeCode}|{ChargeDescription}|{ShiftCode}|{ShiftDescription}|{HeaderChargeCode}{HeaderChargeDescripton}"

Nullable
Quantity : number (decimal)

The total sale quantity of items included in this itemiser

Nullable
SaleAmount : number (decimal)

The total sale amount of items included in this itemiser (unadjusted and only including inclusive taxes)

Nullable
TotalAmount : number (decimal)

The total sale amount of items included in this itemiser (including effects of all taxes, discounts and surcharges)

Nullable
DiscountAmount : number (decimal)

The total discount amount applied to items included in this itemiser (typically negative values)

Nullable
SurchargeAmount : number (decimal)

The total surcharge amount applied to items included in this itemiser (typically positive values)

Nullable
IncTax1 : number (decimal)

The total inclusive tax 1 charged for the items in this itemiser

Nullable
IncTax2 : number (decimal)

The total inclusive tax 2 charged for the items in this itemiser

Nullable
IncTax3 : number (decimal)

The total inclusive tax 3 charged for the items in this itemiser

Nullable
IncTax4 : number (decimal)

The total inclusive tax 4 charged for the items in this itemiser

Nullable
ExTax1 : number (decimal)

The total exclusive (ie addon) tax 1 charged for items in this itemiser

Nullable
ExTax2 : number (decimal)

The total exclusive (ie addon) tax 2 charged for items in this itemiser

Nullable
ExTax3 : number (decimal)

The total exclusive (ie addon) tax 3 charged for items in this itemiser

Nullable
ExTax4 : number (decimal)

The total exclusive (ie addon) tax 4 charged for items in this itemiser

Example
{
  "ItemiserKey": "string value",
  "Quantity": 1.23,
  "SaleAmount": 1.23,
  "TotalAmount": 1.23,
  "DiscountAmount": 1.23,
  "SurchargeAmount": 1.23,
  "IncTax1": 1.23,
  "IncTax2": 1.23,
  "IncTax3": 1.23,
  "IncTax4": 1.23,
  "ExTax1": 1.23,
  "ExTax2": 1.23,
  "ExTax3": 1.23,
  "ExTax4": 1.23
}