Modelobject

app.BankAccount

Properties

app.BankAccountobject
account_holder_name
string
No description.
active_since
integer
No description.
active_until
integer
No description.
bank_name
string
No description.
bic
string
No description.
date_created
integer
No description.
date_modified
integer
No description.
iban
string
No description.
id
integer
No description.
is_primary
boolean
No description.
label
string
No description.
parent
No description.
parent_id
integer
No description.

Example

JSON
{
  "account_holder_name": "string",
  "active_since": 123,
  "active_until": 123,
  "bank_name": "string",
  "bic": "string",
  "date_created": 123,
  "date_modified": 123,
  "iban": "string",
  "id": 123,
  "is_primary": true,
  "label": "string",
  "parent": {...},
  "parent_id": 123
}