Skip to content

MandateStatus

Type: schema

TypeScript Definition

typescript
MandateStatus: "created" | "active" | "paused" | "revoked" | "error"

OpenAPI Schema

json
{
  "type": "string",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/MandateStatus",
    "description": "API reference for the MandateStatus schema"
  },
  "enum": [
    "created",
    "active",
    "paused",
    "revoked",
    "error"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: