Otter · JSON Structure

Public Api Account Holder Type Structure

The type of account holder.

Type: string Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

AccountHolderType is a JSON Structure definition published by Otter. 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/otter/refs/heads/main/json-structure/public-api-account-holder-type-structure.json",
  "name": "AccountHolderType",
  "description": "The type of account holder.",
  "type": "string",
  "enum": [
    "INDIVIDUAL",
    "COMPANY"
  ],
  "example": "INDIVIDUAL"
}