| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Type | Description | Notes |
|---|---|---|---|
| account_name | Option<String> | The human-readable name for the account. | [optional] |
| account_number | String | The account number associated with the account. This will typically be a masked or partial account number. | |
| account_type | Option<AccountType> | The type of account. Some account types may include subtypes. (enum: ANY, CASH, CHECKING, CHECKING_LINE_OF_CREDIT, CREDIT_CARD, LOAN, LINE_OF_CREDIT, SAVINGS, INVESTMENT, MORTGAGE, INSURANCE, PREPAID, PROPERTY) | |
| Option<String> | The email address associated with the account. | [optional] | |
| first_name | Option<String> | The account owner's first name. This may also include a middle name. This field will be null unless name splitting has been enabled. Contact MX to have this feature enabled. | [optional] |
| last_name | Option<String> | The last name of the account holder. | [optional] |
| routing_number | String | The routing number for the account. |
| Back | FazBrowse Home | New Git URL |