AppliedTaxRate

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

entityType
required
string

The type of object this is.

guid
required
string

The GUID maintained by Toast.

name
string

The name of the tax rate.

rate
number <double>

The tax rate, which can be a fixed amount, a percentage, or null.

taxAmount
number <double>

The tax amount that was actually applied.

required
object (ToastReference)

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

type
string

The type of the tax rate. Default is percent if no tax rate config

Enum: "PERCENT" "FIXED" "NONE" "TABLE" "EXTERNAL"
{
  • "guid": "string",
  • "entityType": "string",
  • "taxRate": {
    },
  • "name": "string",
  • "rate": 0,
  • "taxAmount": 0,
  • "type": "PERCENT"
}