OperationalBankAccount
No description
type OperationalBankAccount {
accountingAccount: AccountingAccount
accountingAccountId: UUID
bankAccountOwner: BankAccountOwner
bankConnection: BankConnection!
bankConnectionId: UUID
bankId: Int
externalAccountId: Int
iban: String
id: UUID
isClosed: Boolean
isExcluded: Boolean
isPro: Boolean
itemId: Int
name: String
status: Int
statusCodeDescription: String
statusCodeInfo: String
type: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountingAccount | AccountingAccount object | — |
| accountingAccountId | UUID scalar | — |
| bankAccountOwner | BankAccountOwner object | — |
| bankConnection | BankConnection! non-null object | — |
| bankConnectionId | UUID scalar | — |
| bankId | Int scalar | — |
| externalAccountId | Int scalar | — |
| iban | String scalar | — |
| id | UUID scalar | — |
| isClosed | Boolean scalar | — |
| isExcluded | Boolean scalar | — |
| isPro | Boolean scalar | — |
| itemId | Int scalar | — |
| name | String scalar | — |
| status | Int scalar | — |
| statusCodeDescription | String scalar | — |
| statusCodeInfo | String scalar | — |
| type | String scalar | bindBankAccountToAccountingAccount excludeOperationalBankAccount operationalBankAccount refreshOperationalBankAccount PaginatedOperationalBankAccounts RentalAccountTransaction |