Skip to content

WalletPayment

Type: schema

TypeScript Definition

typescript
WalletPayment: {components["schemas"]["PaymentInfo"] & {
            wallet_name?: string
}

Component References

ReferenceResolves To
components["schemas"]["PaymentInfo"]PaymentInfo

OpenAPI Schema

json
{
  "title": "WalletPayment",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/WalletPayment",
    "description": "API reference for the WalletPayment schema"
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/PaymentInfo"
    },
    {
      "type": "object",
      "properties": {
        "wallet_name": {
          "type": "string"
        }
      }
    }
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: