BigCommerce · Schema

Refund Method

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-refundmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefundMethod",
  "title": "Refund Method",
  "type": "array",
  "minItems": 1,
  "items": {
    "$ref": "#/components/schemas/PaymentOption"
  },
  "x-internal": false
}