Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.76 KB

File metadata and controls

21 lines (18 loc) · 1.76 KB

ModelCheckAccount

Properties

Name Type Description Notes
id int The check account id [optional]
object_name string The check account object name [optional]
create \DateTime Date of check account creation [optional]
update \DateTime Date of last check account update [optional]
sev_client \Swagger\Client\Model\ModelCheckAccountSevClient [optional]
name string Name of the check account
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.
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.
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 [default to STATUS.100]
bank_server string Bank server of check account [optional]
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]