INPUT_OBJECT

MoneyTransactionCondition

A condition to be used against MoneyTransaction object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input MoneyTransactionCondition {
  • # 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 `type` field.
  • type: MoneyTransactionType
  • # 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 `partnerCompanyRowId` field.
  • partnerCompanyRowId: UUID
  • # 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 `purpose` field.
  • purpose: 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 `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
  • }