BigCommerce · Schema

CustomerStoredCreditAmounts

Store credit.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-customerstoredcreditamounts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerStoredCreditAmounts",
  "title": "CustomerStoredCreditAmounts",
  "description": "Store credit. ",
  "type": "array",
  "format": "double",
  "items": {
    "type": "object",
    "properties": {
      "amount": {
        "type": "number",
        "format": "float",
        "example": 43.15
      }
    }
  },
  "x-internal": false
}