BexioApiClient.Accounting.Account (bexio_api_client v0.7.0)
Bexio Account Module.
Link to this section Summary
Link to this section Types
@type t() :: %BexioApiClient.Accounting.Account{ account_group_id: integer(), account_no: String.t(), account_type: :earning | :expenditure | :active_account | :passive_account | :complete_account, active?: boolean(), id: integer(), locked?: boolean(), name: String.t(), tax_id: integer() }
Bexio Account
fields
Fields:
:id
- automatic id given by bexio:account_no
- No of the account (string <int32> but this seems wrong...):name
- Name of the account:account_group_id
- The id of the associated account group. References an account group object:account_type
- the type of the account:tax_id
- References a tax object:active?
- Whether the account is active. IF the account is inactive, it can not be used for new bookings:locked?
- Determines if the account is locked. Locked accounts can not be edited or deleted