Tock · JSON Structure

Guest Profile Business Group Spend Structure

tockBusinessGroupSpend schema from Tock Guest Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

totalSpendCents spendInLastYearCents

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/tock/refs/heads/main/json-structure/guest-profile-business-group-spend-structure.json",
  "name": "tockBusinessGroupSpend",
  "description": "tockBusinessGroupSpend schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "totalSpendCents": {
      "type": "string",
      "format": "uint64",
      "description": "Total amount in cents the guest has spent at any business in the business group."
    },
    "spendInLastYearCents": {
      "type": "string",
      "format": "uint64",
      "description": "Total amount in cents the guest has spent at any business in the business group in the last year (12 months)."
    }
  }
}