Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.31 KB

ModelCheckAccountUpdate.md

File metadata and controls

15 lines (12 loc) · 1.31 KB

ModelCheckAccountUpdate

Properties

Name Type Description Notes
name string Name of the check account [optional]
type string The type of the check account. Account with a CSV or MT940 import are regarded as online.<br> Apart from that, created check accounts over the API need to be offline, as online accounts with an active connection to a bank application can not be managed over the API. [optional]
import_type string Import type. Transactions can be imported by this method on the check account. [optional]
currency string The currency of the check account. [optional]
default_account int Defines if this check account is the default account. [optional] [default to DEFAULT_ACCOUNT.0]
status int Status of the check account. 0 <-> Archived - 100 <-> Active [optional] [default to STATUS.100]
auto_map_transactions int Defines if transactions on this account are automatically mapped to invoice and vouchers when imported if possible. [optional] [default to 1]

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