Skip to content

PayWithUpi

Type: schema

TypeScript Definition

typescript
PayWithUpi: {{
            /** @constant */
            payment_mode: "UPI";
        };
        /** PercentageDiscountRule */
}

OpenAPI Schema

json
{
  "title": "PayWithUPI",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/PayWithUPI",
    "description": "API reference for the PayWithUPI schema"
  },
  "required": [
    "payment_mode"
  ],
  "properties": {
    "payment_mode": {
      "type": "string",
      "const": "UPI"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: