JuspayPaymentMethod
Type: schema
TypeScript Definition
typescript
JuspayPaymentMethod: {{
payment_method_type?: string;
payment_method?: string;
description?: string;
};
/** PayuSavedCard */
}OpenAPI Schema
json
{
"title": "JuspayPaymentMethod",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayPaymentMethod",
"description": "API reference for the JuspayPaymentMethod schema"
},
"properties": {
"payment_method_type": {
"type": "string"
},
"payment_method": {
"type": "string"
},
"description": {
"type": "string"
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions