IfscDetail
Type: schema
TypeScript Definition
typescript
IfscDetail: {{
address: string;
bank: string;
bankcode: string;
branch: string;
centre: string;
city: string;
contact: string;
district: string;
ifsc: string;
imps: boolean;
iso3166: string;
micr: string;
neft: boolean;
rtgs: boolean;
state: string;
swift: string | null;
upi: boolean;
};
}OpenAPI Schema
json
{
"title": "IfscDetail",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/IfscDetail",
"description": "API reference for the IfscDetail schema"
},
"required": [
"address",
"bank",
"bankcode",
"branch",
"centre",
"city",
"contact",
"district",
"ifsc",
"imps",
"iso3166",
"micr",
"neft",
"rtgs",
"state",
"swift",
"upi"
],
"properties": {
"address": {
"type": "string"
},
"bank": {
"type": "string"
},
"bankcode": {
"type": "string"
},
"branch": {
"type": "string"
},
"centre": {
"type": "string"
},
"city": {
"type": "string"
},
"contact": {
"type": "string"
},
"district": {
"type": "string"
},
"ifsc": {
"type": "string"
},
"imps": {
"type": "boolean"
},
"iso3166": {
"type": "string"
},
"micr": {
"type": "string"
},
"neft": {
"type": "boolean"
},
"rtgs": {
"type": "boolean"
},
"state": {
"type": "string"
},
"swift": {
"type": [
"string",
"null"
]
},
"upi": {
"type": "boolean"
}
},
"examples": []
}Auto-generated from OpenAPI spec and TypeScript definitions