PayWithCash
Type: schema
TypeScript Definition
typescript
PayWithCash: {{
/** @constant */
payment_mode: "CASH";
};
/** PayWithPaymentGateway */
}OpenAPI Schema
json
{
"title": "PayWithCash",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/PayWithCash",
"description": "API reference for the PayWithCash schema"
},
"required": [
"payment_mode"
],
"properties": {
"payment_mode": {
"type": "string",
"const": "CASH"
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions