Xero · Schema

CreditDebitIndicator

If the statement balances are credit or debit, the CreditDebitIndicator should be specified from the perspective of the Customer.

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-creditdebitindicator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditDebitIndicator",
  "title": "CreditDebitIndicator",
  "type": "string",
  "description": "If the statement balances are credit or debit, the CreditDebitIndicator should be specified from the perspective of the Customer.",
  "enum": [
    "CREDIT",
    "DEBIT"
  ]
}