The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the bank account |
institution_name | string | The name of the bank account |
account_name | string | Name of the bank account |
account_number | string | The bank account number |
balance | float | Balance of the bank account |
currency | string | The ISO-4217 currency code |
updated_at | date | The last ISO 8601 timestamp that the data was updated at |
The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the bank account |
institution_name | string | The name of the bank account |
account_name | string | Name of the bank account |
account_number | string | The bank account number |
balance | float | Balance of the bank account |
currency | string | The ISO-4217 currency code |
updated_at | date | The last ISO 8601 timestamp that the data was updated at |