VTEX · Schema

Transactions

Transactions information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
href string Gift card resource URL. The number described in the URL refers to the gift card identification.
View JSON Schema on GitHub

JSON Schema

vtex-transactions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Transactions",
  "title": "Transactions",
  "type": "object",
  "description": "Transactions information.",
  "required": [
    "href"
  ],
  "properties": {
    "href": {
      "type": "string",
      "description": "Gift card resource URL. The number described in the URL refers to the gift card identification.",
      "example": "cards/954/transactions"
    }
  }
}