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