BigCommerce · Schema

StoreCredit

A store credit model.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
remaining_balance number Remaining balance of shopperʼs store credit.
View JSON Schema on GitHub

JSON Schema

bigcommerce-storecredit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StoreCredit",
  "title": "StoreCredit",
  "type": "object",
  "description": "A store credit model.\n",
  "properties": {
    "remaining_balance": {
      "description": "Remaining balance of shopper\u02bcs store credit.\n",
      "type": "number",
      "format": "float",
      "example": 35.42
    }
  },
  "x-internal": false
}