VTEX · Schema

Masked purchase information response.

Masked purchase information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
id object
document object
meta object
View JSON Schema on GitHub

JSON Schema

vtex-maskedpurchaseinforesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MaskedPurchaseInfoResponse",
  "title": "Masked purchase information response.",
  "type": "object",
  "description": "Masked purchase information.",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/PurchaseInfoId"
    },
    "document": {
      "$ref": "#/components/schemas/PurchaseInfo"
    },
    "meta": {
      "$ref": "#/components/schemas/PurchaseInfoMeta"
    }
  }
}