Xero · Schema

Currency

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Code string
Description string Name of Currency
View JSON Schema on GitHub

JSON Schema

xero-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Currency",
  "title": "Currency",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/currencies/"
  },
  "properties": {
    "Code": {
      "$ref": "#/components/schemas/CurrencyCode",
      "type": "string"
    },
    "Description": {
      "description": "Name of Currency",
      "type": "string"
    }
  },
  "type": "object"
}