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.
  • 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 `partnerCompanyRowId` field.
  • partnerCompanyRowId: UUID
  • # Checks for equality with the object’s `type` field.
  • type: CreditCardTransactionType
  • # 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 `importDocumentRowId` field.
  • importDocumentRowId: UUID
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }