# AccountUpdate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **string** | | [default to null] **Iban** | **string** | | [optional] [default to null] **Bic** | **string** | | [optional] [default to null] **AccountNumber** | **string** | | [optional] [default to null] **OpeningBalance** | **string** | | [optional] [default to null] **OpeningBalanceDate** | [**time.Time**](time.Time.md) | | [optional] [default to null] **VirtualBalance** | **string** | | [optional] [default to null] **CurrencyId** | **string** | Use either currency_id or currency_code. Defaults to the user's default currency. | [optional] [default to null] **CurrencyCode** | **string** | Use either currency_id or currency_code. Defaults to the user's default currency. | [optional] [default to null] **Active** | **bool** | If omitted, defaults to true. | [optional] [default to true] **Order** | **int32** | Order of the account | [optional] [default to null] **IncludeNetWorth** | **bool** | If omitted, defaults to true. | [optional] [default to true] **AccountRole** | [***AccountRoleProperty**](AccountRoleProperty.md) | | [optional] [default to null] **CreditCardType** | [***CreditCardTypeProperty**](CreditCardTypeProperty.md) | | [optional] [default to null] **MonthlyPaymentDate** | [**time.Time**](time.Time.md) | Mandatory when the account_role is ccAsset. Moment at which CC payment installments are asked for by the bank. | [optional] [default to null] **LiabilityType** | [***LiabilityTypeProperty**](LiabilityTypeProperty.md) | | [optional] [default to null] **Interest** | **string** | Mandatory when type is liability. Interest percentage. | [optional] [default to null] **InterestPeriod** | [***InterestPeriodProperty**](InterestPeriodProperty.md) | | [optional] [default to null] **Notes** | **string** | | [optional] [default to null] **Latitude** | **float64** | Latitude of the account's location, if applicable. Can be used to draw a map. If omitted, the existing location will be kept. If submitted as NULL, the current location will be removed. | [optional] [default to null] **Longitude** | **float64** | Latitude of the account's location, if applicable. Can be used to draw a map. If omitted, the existing location will be kept. If submitted as NULL, the current location will be removed. | [optional] [default to null] **ZoomLevel** | **int32** | Zoom level for the map, if drawn. This to set the box right. Unfortunately this is a proprietary value because each map provider has different zoom levels. If omitted, the existing location will be kept. If submitted as NULL, the current location will be removed. | [optional] [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)