Xero · Schema

ReimbursementLines

The reimbursement type lines

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
ReimbursementLines array
View JSON Schema on GitHub

JSON Schema

xero-reimbursementlines-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReimbursementLines",
  "title": "ReimbursementLines",
  "type": "object",
  "x-objectArrayKey": "reimbursement_lines",
  "description": "The reimbursement type lines",
  "properties": {
    "ReimbursementLines": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ReimbursementLine"
      }
    }
  }
}