Xero · Schema

BatchPayments

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
BatchPayments array
View JSON Schema on GitHub

JSON Schema

xero-batchpayments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchPayments",
  "title": "BatchPayments",
  "type": "object",
  "x-objectArrayKey": "batch_payments",
  "properties": {
    "BatchPayments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BatchPayment"
      }
    }
  }
}