VTEX · Schema

PaymentField

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

vtex-paymentfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentField",
  "title": "PaymentField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "nullable": true
    },
    "value": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}