Tock · Schema

tockDiscountDiscountType

tockDiscountDiscountType schema from Tock Reservation Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express
View JSON Schema on GitHub

JSON Schema

reservation-discount-discount-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-discount-discount-type-schema.json",
  "title": "tockDiscountDiscountType",
  "description": "tockDiscountDiscountType schema from Tock Reservation Model",
  "type": "string",
  "enum": [
    "CREDIT",
    "SUBTOTAL_COMP",
    "POST_TOTAL_ADMIN_COMP",
    "POST_TOTAL_REFUND"
  ]
}