Xero · Schema

BankStatementResponse

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
statementLines object
currentStatement object
View JSON Schema on GitHub

JSON Schema

xero-bankstatementresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankStatementResponse",
  "title": "BankStatementResponse",
  "type": "object",
  "properties": {
    "statementLines": {
      "$ref": "#/components/schemas/StatementLinesResponse"
    },
    "currentStatement": {
      "$ref": "#/components/schemas/CurrentStatementResponse"
    }
  },
  "additionalProperties": false
}