JuspayCustomer
Type: schema
TypeScript Definition
typescript
JuspayCustomer: {{
id?: string;
/** @constant */
object?: "customer";
object_reference_id?: string;
mobile_number?: string;
email_address?: string;
first_name?: string;
last_name?: string;
date_created?: string;
last_updated?: string;
mobile_country_code?: string;
};
/** JusPayExpressCheckout */
}OpenAPI Schema
json
{
"title": "JuspayCustomer",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayCustomer",
"description": "API reference for the JuspayCustomer schema"
},
"properties": {
"id": {
"type": "string"
},
"object": {
"const": "customer"
},
"object_reference_id": {
"type": "string"
},
"mobile_number": {
"type": "string"
},
"email_address": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"date_created": {
"type": "string"
},
"last_updated": {
"type": "string"
},
"mobile_country_code": {
"type": "string"
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions