Channel Balance Structure

The amount of a given currency the user has

Type: object Properties: 2
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Balance is a JSON Structure definition published by Restaurant Brands International, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount currency

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/channel-balance-structure.json",
  "name": "Balance",
  "description": "The amount of a given currency the user has",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "example": 599
    },
    "currency": {
      "type": "string",
      "example": "USD"
    }
  }
}