banks2ff/firefly-iii-api/docs/AccountUpdate.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

2.6 KiB

AccountUpdate

Properties

Name Type Description Notes
name String
iban Option<String> [optional]
bic Option<String> [optional]
account_number Option<String> [optional]
opening_balance Option<String> [optional]
opening_balance_date Option<String> [optional]
virtual_balance Option<String> [optional]
currency_id Option<String> Use either currency_id or currency_code. Defaults to the user's default currency. [optional]
currency_code Option<String> Use either currency_id or currency_code. Defaults to the user's default currency. [optional]
active Option<bool> If omitted, defaults to true. [optional][default to true]
order Option<i32> Order of the account [optional]
include_net_worth Option<bool> If omitted, defaults to true. [optional][default to true]
account_role Option<models::AccountRoleProperty> [optional]
credit_card_type Option<models::CreditCardTypeProperty> [optional]
monthly_payment_date Option<String> Mandatory when the account_role is ccAsset. Moment at which CC payment installments are asked for by the bank. [optional]
liability_type Option<models::LiabilityTypeProperty> [optional]
interest Option<String> Mandatory when type is liability. Interest percentage. [optional]
interest_period Option<models::InterestPeriodProperty> [optional]
notes Option<String> [optional]
latitude Option<f64> 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]
longitude Option<f64> 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]
zoom_level Option<i32> 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]

[Back to Model list] [Back to API list] [Back to README]