INPUT_OBJECT
CreditCardTransactionCondition
A condition to be used against CreditCardTransaction object types. All fields
are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input CreditCardTransactionCondition {
- # 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 `partnerName` field.
- : String
- # Checks for equality with the object’s `partnerCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `type` field.
- : CreditCardTransactionType
- # Checks for equality with the object’s `fee` field.
- : Float
- # Checks for equality with the object’s `tax` field.
- : Float
- # 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 `reference` 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 `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }