Bank Details
Class name: BankDetails
The bank details model is a nested model meant to be used for vendor's bank details
| Property | Type | Description | Required |
|---|---|---|---|
| bankName | string | The name of the bank | Yes |
| accountNumber | string | The account number of the bank | Yes |
| accountName | string | The name of the account holder | Yes |
| currency | string | The currency of the bank account | Yes |
| countryCode | string | The country code of the bank | Yes |