Sage · Schema

TaxRateRef

AccountingBusiness ManagementCloud SoftwareERPPayrollHR

Properties

Name Type Description
id string
displayed_as string
View JSON Schema on GitHub

JSON Schema

sage-taxrateref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxRateRef",
  "title": "TaxRateRef",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayed_as": {
      "type": "string"
    }
  }
}