FinancialAccount
No description
type FinancialAccount {
accountHolderName: String
bankAddress: Address
bankName: String!
bic: String!
documentsFolder: Folder
iban: String!
id: UUID!
isPrimaryAccount: Boolean
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountHolderName | String scalar | — |
| bankAddress | Address object | — |
| bankName | String! non-null scalar | — |
| bic | String! non-null scalar | — |
| documentsFolder | Folder object | — |
| iban | String! non-null scalar | — |
| id | UUID! non-null scalar | — |
| isPrimaryAccount | Boolean scalar | createFinancialAccount deleteFinancialAccount financialAccount updateFinancialAccount BusinessUnitFinancialAccount |