Otter · Schema

AccountType

The type of ACH account.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
View JSON Schema on GitHub

JSON Schema

public-api-account-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccountType",
  "description": "The type of ACH account.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-account-type-schema.json",
  "type": "string",
  "enum": [
    "CHECKING",
    "SAVINGS"
  ],
  "example": "CHECKING"
}