Channel Payment Structure

Payment schema from Burger King's Partners API

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

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

Properties

paymentMethod

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-payment-structure.json",
  "name": "Payment",
  "description": "Payment schema from Burger King's Partners API",
  "type": "object",
  "properties": {
    "paymentMethod": {
      "$ref": "#/components/schemas/PaymentMethod"
    }
  }
}