Sage · Schema

PriceInput

AccountingBusiness ManagementCloud SoftwareERPPayrollHR

Properties

Name Type Description
price number
currency_id string
View JSON Schema on GitHub

JSON Schema

sage-priceinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PriceInput",
  "title": "PriceInput",
  "type": "object",
  "properties": {
    "price": {
      "type": "number"
    },
    "currency_id": {
      "type": "string"
    }
  }
}