VTEX · Schema

Cancellations

Object containing the reference route of transaction cancellations.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
href string Transaction cancellation reference route.
View JSON Schema on GitHub

JSON Schema

vtex-cancellations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Cancellations",
  "title": "Cancellations",
  "required": [
    "href"
  ],
  "type": "object",
  "description": "Object containing the reference route of transaction cancellations.",
  "properties": {
    "href": {
      "type": "string",
      "description": "Transaction cancellation reference route."
    }
  }
}