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