UpiPayment
Type: schema
Description
UPI Payment
TypeScript Definition
typescript
UpiPayment: {components["schemas"]["PaymentInfo"] & {
upi_id?: string
}Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["PaymentInfo"] | PaymentInfo |
OpenAPI Schema
json
{
"title": "UpiPayment",
"description": "UPI Payment",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/UpiPayment",
"description": "API reference for the UpiPayment schema"
},
"allOf": [
{
"$ref": "#/components/schemas/PaymentInfo"
},
{
"type": "object",
"properties": {
"upi_id": {
"type": "string"
}
}
}
]
}Auto-generated from OpenAPI spec and TypeScript definitions