| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Id of this account | [optional] |
| storeNames | List<String> | Store Names that are attached to this account | [optional] |
| storeIds | List<Integer> | Store Ids that are attached to this account | [optional] |
| accountState | AccountStateEnum | Status of Account | [optional] |
| currencyCode | String | Currency of Account | [optional] |
| vatNumber | String | Account Holders Vat Number | [optional] |
| accountHolderAddress | String | Account Holders Address | [optional] |
| accountHolderCountryCode | String | Account Holders Country Code | [optional] |
| stripeConnectedAccountInfo | StripeConnectedAccountInfo | Information about the Stripe connected account associated with this bank account (if any) | [optional] |
| accountName | String | Name of this account | [optional] |
| iban | String | IBAN of this account | [optional] |
| swift | String | SWIFT of this bank account | [optional] |
| nationalClearingCode | String | National Clearing Code (BSB in Australia, Routing Number in USA/Canada, NCC in NZ) | [optional] |
| populatedAccountFields | List<AccountFieldKeyValuePair> | A list of one or more populated account fields (field key-value pairs). If this list contains at least one item, the Iban, Swift and NationalClearingCode fields will be ignored. | [optional] |
| rejectionReason | String | Reason for Rejection | [optional] |
| businessType | BusinessTypeEnum | Business Type | [optional] |
| Name | Value |
|---|---|
| UNVERIFIED | "Unverified" |
| AWATINGVERIFICATION | "AwatingVerification" |
| VERIFIED | "Verified" |
| GRANDFATHERED | "Grandfathered" |
| Name | Value |
|---|---|
| INDIVIDUAL | "Individual" |
| COMPANY | "Company" |
| NONPROFIT | "NonProfit" |
| GOVERNMENTENTITY | "GovernmentEntity" |