INPUT_OBJECT
DocumentBankTransactionCondition
A condition to be used against DocumentBankTransaction
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentBankTransactionCondition {
- # Checks for equality with the object’s `documentId` field.
- UUID :
- # Checks for equality with the object’s `bankTransactionId` field.
- String :
- # Checks for equality with the object’s `confidence` field.
- Float :
- # Checks for equality with the object’s `confirmedBy` field.
- String :
- # Checks for equality with the object’s `confirmedAt` field.
- Datetime :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }