JuspayNetBanking
Type: schema
TypeScript Definition
typescript
JuspayNetBanking: {components["schemas"]["JusPayExpressCheckoutCommonField"] & {
/** @constant */
payment_method_type: "NB"
}Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["JusPayExpressCheckoutCommonField"] | JusPayExpressCheckoutCommonField |
OpenAPI Schema
json
{
"title": "JuspayNetBanking",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayNetBanking",
"description": "API reference for the JuspayNetBanking schema"
},
"allOf": [
{
"$ref": "#/components/schemas/JusPayExpressCheckoutCommonField"
},
{
"type": "object",
"properties": {
"payment_method_type": {
"type": "string",
"const": "NB"
},
"payment_method": {
"type": "string"
}
},
"required": [
"payment_method_type",
"payment_method"
]
}
]
}Auto-generated from OpenAPI spec and TypeScript definitions