Tock · JSON Structure

Reservation Discount Discount Type Structure

tockDiscountDiscountType schema from Tock Reservation Model

Type: string Properties: 0
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

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-discount-discount-type-structure.json",
  "name": "tockDiscountDiscountType",
  "description": "tockDiscountDiscountType schema from Tock Reservation Model",
  "type": "string",
  "enum": [
    "CREDIT",
    "SUBTOTAL_COMP",
    "POST_TOTAL_ADMIN_COMP",
    "POST_TOTAL_REFUND"
  ]
}