|
4 | 4 | ## Properties |
5 | 5 | Name | Type | Description | Notes |
6 | 6 | ------------ | ------------- | ------------- | ------------- |
7 | | -**account_subtype** | **str** | | [optional] |
8 | | -**account_type** | **str** | | [optional] |
9 | | -**apr** | **float** | | [optional] |
10 | | -**apy** | **float** | | [optional] |
11 | | -**available_balance** | **float** | | [optional] |
12 | | -**balance** | **float** | | [optional] |
13 | | -**cash_surrender_value** | **float** | | [optional] |
14 | | -**credit_limit** | **float** | | [optional] |
15 | | -**currency_code** | **str** | | [optional] |
16 | | -**death_benefit** | **int** | | [optional] |
17 | | -**interest_rate** | **float** | | [optional] |
18 | | -**is_business** | **bool** | | [optional] |
19 | | -**is_closed** | **bool** | | [optional] |
20 | | -**is_hidden** | **bool** | | [optional] |
21 | | -**loan_amount** | **float** | | [optional] |
22 | | -**metadata** | **str** | | [optional] |
23 | | -**name** | **str** | | [optional] |
24 | | -**nickname** | **str** | | [optional] |
25 | | -**original_balance** | **float** | | [optional] |
26 | | -**property_type** | **str** | | [optional] |
27 | | -**skip_webhook** | **bool** | | [optional] |
| 7 | +**account_subtype** | **str** | Can only be updated for manual accounts. | [optional] |
| 8 | +**account_type** | **str** | Can only be updated for manual accounts. | [optional] |
| 9 | +**apr** | **float** | Can only be updated for manual accounts. | [optional] |
| 10 | +**apy** | **float** | Can only be updated for manual accounts. | [optional] |
| 11 | +**available_balance** | **float** | Can only be updated for manual accounts. | [optional] |
| 12 | +**balance** | **float** | Can only be updated for manual accounts. | [optional] |
| 13 | +**cash_surrender_value** | **float** | Can only be updated for manual accounts. | [optional] |
| 14 | +**credit_limit** | **float** | Can only be updated for manual accounts. | [optional] |
| 15 | +**currency_code** | **str** | Can only be updated for manual accounts. | [optional] |
| 16 | +**death_benefit** | **int** | Can only be updated for manual accounts. | [optional] |
| 17 | +**interest_rate** | **float** | Can only be updated for manual accounts. | [optional] |
| 18 | +**is_business** | **bool** | Can be updated for manual accounts and aggregated accounts. | [optional] |
| 19 | +**is_closed** | **bool** | Can only be updated for manual accounts. | [optional] |
| 20 | +**is_hidden** | **bool** | Can be updated for manual accounts and aggregated accounts. | [optional] |
| 21 | +**loan_amount** | **float** | Can only be updated for manual accounts. | [optional] |
| 22 | +**metadata** | **str** | Can only be updated for manual accounts. | [optional] |
| 23 | +**name** | **str** | Can only be updated for manual accounts. | [optional] |
| 24 | +**nickname** | **str** | Can only be updated for manual accounts. | [optional] |
| 25 | +**original_balance** | **float** | Can only be updated for manual accounts. | [optional] |
| 26 | +**property_type** | **str** | Can only be updated for manual accounts. | [optional] |
| 27 | +**skip_webhook** | **bool** | If set to true, prevents sending an account webhook for the update if that webhook type is enabled for you. | [optional] |
28 | 28 |
|
29 | 29 | ## Example |
30 | 30 |
|
|
0 commit comments