BankAccountType
February 26, 2020 ยท View on GitHub
Description
Indicates the financial purpose of the bank account.
Properties
| Name | Type |
|---|---|
| CHECKING | string |
| SAVINGS | string |
| INVESTMENT | string |
| OTHER | string |
| BUSINESS_CHECKING | string |
Note: All properties are protected and only accessed via getters and setters.