BigCommerce · Schema

checkoutTax

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
name string Name of the tax.
amount number
View JSON Schema on GitHub

JSON Schema

bigcommerce-checkouttax-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/checkoutTax",
  "title": "checkoutTax",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the tax."
    },
    "amount": {
      "type": "number",
      "description": "",
      "format": "double"
    }
  },
  "x-internal": false
}