NameDescriptionTypeAdditional information
SubTotalAmount

Currency amount for a transaction that does not include tax or tip; the subtotal cannot be null or zero; a transaction's total amount (subtotal, tax, tip, and surcharge) cannot exceed 9,999,999.99

decimal number

Required

TaxAmount

Currency amount for the tax on a transaction; if null is given, then the tax is set to 0.00; a transaction's total amount (subtotal, tax, tip, and surcharge) cannot exceed 9,999,999.99

decimal number

Required

TipAmount

Currency amount for the gratuity on a transaction; if null is given, then the tip is set to 0.00; a transaction's total amount (subtotal, tax, tip, and surcharge) cannot exceed 9,999,999.99

decimal number

Required

SurchargeAmount

Currency amount for the extra fee on a transaction; a transaction's total amount (subtotal, tax, tip, and surcharge) cannot exceed 9,999,999.99

decimal number

None.