PaymentGateway
Type: schema
TypeScript Definition
typescript
PaymentGateway: "PAYU" | "JUSPAY"OpenAPI Schema
json
{
"type": "string",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/PaymentGateway",
"description": "API reference for the PaymentGateway schema"
},
"enum": [
"PAYU",
"JUSPAY"
]
}Auto-generated from OpenAPI spec and TypeScript definitions