VTEX · Schema

CancelthetransactionRequest

Cancel transaction request body information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
value number Value of the purchase that will be cancelled.
View JSON Schema on GitHub

JSON Schema

vtex-cancelthetransactionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CancelthetransactionRequest",
  "title": "CancelthetransactionRequest",
  "required": [
    "value"
  ],
  "type": "object",
  "description": "Cancel transaction request body information.",
  "properties": {
    "value": {
      "type": "number",
      "description": "Value of the purchase that will be cancelled."
    }
  }
}