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 `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `accountRowId` field.
  • accountRowId: UUID
  • # Checks for equality with the object’s `partnerName` field.
  • partnerName: String
  • # Checks for equality with the object’s `partnerIban` field.
  • partnerIban: BankIban
  • # Checks for equality with the object’s `partnerBic` field.
  • partnerBic: BankBic
  • # Checks for equality with the object’s `partnerCompanyRowId` field.
  • partnerCompanyRowId: UUID
  • # Checks for equality with the object’s `type` field.
  • type: BankTransactionType
  • # Checks for equality with the object’s `fee` field.
  • fee: Float
  • # Checks for equality with the object’s `tax` field.
  • tax: Float
  • # Checks for equality with the object’s `amount` field.
  • amount: Float
  • # Checks for equality with the object’s `foreignCurrency` field.
  • foreignCurrency: CurrencyCode
  • # Checks for equality with the object’s `foreignAmount` field.
  • foreignAmount: Float
  • # Checks for equality with the object’s `reference` field.
  • reference: [String]
  • # Checks for equality with the object’s `bookingDate` field.
  • bookingDate: Date
  • # Checks for equality with the object’s `valueDate` field.
  • valueDate: Date
  • # Checks for equality with the object’s `tags` field.
  • tags: [String]
  • # Checks for equality with the object’s `importDocumentRowId` field.
  • importDocumentRowId: UUID
  • # Checks for equality with the object’s `moneyCategoryRowId` field.
  • moneyCategoryRowId: UUID
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }