Tock · JSON Structure

Reservation Purchased Custom Charge Structure

tockPurchasedCustomCharge schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockPurchasedCustomCharge 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

name amountCents

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/reservation-purchased-custom-charge-structure.json",
  "name": "tockPurchasedCustomCharge",
  "description": "tockPurchasedCustomCharge schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name given to the custom charge when created on the reservation in the Tock Dashboard."
    },
    "amountCents": {
      "type": "string",
      "format": "uint64",
      "description": "The amount added to the total price for this custom charge."
    }
  }
}