INPUT_OBJECT
BankTransactionCondition
A condition to be used against BankTransaction object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input BankTransactionCondition {
- # Checks for equality with the object’s `id` field.
- : String
- # Checks for equality with the object’s `bankAccountIban` field.
- : BankIban
- # Checks for equality with the object’s `partnerName` field.
- : String
- # Checks for equality with the object’s `partnerIban` field.
- : BankIban
- # Checks for equality with the object’s `partnerBic` field.
- : BankBic
- # Checks for equality with the object’s `title` field.
- : String
- # Checks for equality with the object’s `purpose` field.
- : String
- # Checks for equality with the object’s `type` field.
- : BankTransactionType
- # Checks for equality with the object’s `currency` field.
- : CurrencyCode
- # Checks for equality with the object’s `amount` field.
- : Float
- # Checks for equality with the object’s `bookingDate` field.
- : Datetime
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }