BankAccount
Object Type
Fields
| Field | Type | Description |
|---|---|---|
| accountNumber | String | Account number |
| accountType | String | Account type |
| bank required | Bank! | Associated bank |
| bankId required | ModelId! | Bank |
| bankingAccount | Account | Associated account |
| branchNumber | String | Branch number |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| integrationRecords | IntegrationsRecordConnection | Collection of records |
| transactions | TransactionConnection | Collection of transactions |
| updatedAt required | ISO8601DateTime! | Updated at |
