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.
- : UUID
- # Checks for equality with the object’s `accountRowId` field.
- : UUID
- # Checks for equality with the object’s `type` field.
- : MoneyTransactionType
- # 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 `partnerCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `amount` field.
- : Float
- # Checks for equality with the object’s `foreignCurrency` field.
- : CurrencyCode
- # Checks for equality with the object’s `foreignAmount` field.
- : Float
- # Checks for equality with the object’s `purpose` field.
- : String
- # Checks for equality with the object’s `bookingDate` field.
- : Date
- # Checks for equality with the object’s `valueDate` field.
- : Date
- # Checks for equality with the object’s `importDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `moneyCategoryRowId` field.
- : UUID
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }
link Require by
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- MoneyAccountA `MoneyAccount` belonging to a `ClientCompany`. It holds any form of money related accounts (bank, credit-card, PayPal, etc.).
- PartnerCompanynull
- QueryThe root query type which gives access points into the data universe.