# AccountBank



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **accountNumber** |string |  | Unique account identifier as per the bank records. | | |
| **accountHolderName** |string |  | Name of account holder as per the bank records. Needs to match the registered account name exactly. . | | |
| **swiftCode** |string |  | The SWIFT code for international payments | | |
| **accountType** |string |  | Free text account type, e.g., Savings, Transaction, Virtual Account. | | |
| **accountDetails** |string |  | Potentially masked account detail, for display purposes only. | | |
| **currency** |string |  |  | | |



[[Back to README]](../../README.md)