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