INPUT_OBJECT
BankAccountCondition
A condition to be used against BankAccount
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input BankAccountCondition {
- # Checks for equality with the object’s `bankBic` field.
- BankBic :
- # Checks for equality with the object’s `iban` field.
- BankIban :
- # Checks for equality with the object’s `companyId` field.
- UUID :
- # Checks for equality with the object’s `type` field.
- BankAccountType :
- # Checks for equality with the object’s `name` field.
- String :
- # Checks for equality with the object’s `currency` field.
- CurrencyCode :
- # Checks for equality with the object’s `balance` field.
- Float :
- # Checks for equality with the object’s `disposable` field.
- Float :
- # Checks for equality with the object’s `overdraft` field.
- Float :
- # Checks for equality with the object’s `token` field.
- String :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }