FinancialAccountInput
No description
input FinancialAccountInput {
accountHolderName: String
bankAddress: AddressInput
bankName: String!
bic: String!
documentsFolder: FolderInput
iban: String!
id: UUID
isPrimaryAccount: Boolean
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountHolderName | String scalar | — |
| bankAddress | AddressInput input | — |
| bankName | String! non-null scalar | — |
| bic | String! non-null scalar | — |
| documentsFolder | FolderInput input | — |
| iban | String! non-null scalar | — |
| id | UUID scalar | — |
| isPrimaryAccount | Boolean scalar | createFinancialAccount updateFinancialAccount |