Tock · JSON Structure

Reservation Payout Structure

tockPayout schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockPayout 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

id arrivalDate

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-payout-structure.json",
  "name": "tockPayout",
  "description": "tockPayout schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "A unique identifier assigned to the payout. Used internally by Tock."
    },
    "arrivalDate": {
      "type": "string",
      "description": "The date that this payout is expected to arrive in the business bank account pending any potential rejections by the bank."
    }
  }
}