BigCommerce · Schema

Offline

Offline payment (e.g., check or purchase order).

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
display_name string Display name for the offline payment.
View JSON Schema on GitHub

JSON Schema

bigcommerce-offline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Offline",
  "title": "Offline",
  "type": "object",
  "description": "Offline payment (e.g., check or purchase order).",
  "properties": {
    "display_name": {
      "description": "Display name for the offline payment.\n",
      "type": "string"
    }
  },
  "x-internal": false
}