Xero · Schema

PaymentDelete

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Status string The status of the payment.
View JSON Schema on GitHub

JSON Schema

xero-paymentdelete-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentDelete",
  "title": "PaymentDelete",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/payments/"
  },
  "properties": {
    "Status": {
      "description": "The status of the payment.",
      "type": "string",
      "default": "DELETED"
    }
  },
  "required": [
    "Status"
  ],
  "type": "object"
}