Apideck · Schema

Account Name

The name of the bank account

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-bankaccountname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankAccountName",
  "title": "Account Name",
  "type": "string",
  "description": "The name of the bank account",
  "example": "Main Operating Account",
  "nullable": true
}