Restaurant Brands International · Example Payload

Channel Charges Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Channel Charges Example is an example object payload from Restaurant Brands International, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taxmpfTaxsubTotaltotalfees

Example Payload

Raw ↑
{
  "tax": {
    "currency": {},
    "amount": 100
  },
  "mpfTax": {
    "taxRemittedByMpf": {},
    "isTaxRemittedByMpf": true
  },
  "subTotal": {
    "currency": {},
    "amount": 100
  },
  "total": {
    "currency": {},
    "amount": 100
  },
  "fees": [
    {}
  ]
}