INPUT_OBJECT
DocumentRecurringPaymentCondition
A condition to be used against DocumentRecurringPayment object types. All
fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentRecurringPaymentCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `documentRowId` field.
- : UUID
- # Checks for equality with the object’s `startsAt` field.
- : Date
- # Checks for equality with the object’s `interval` field.
- : DocumentRecurringPaymentInterval
- # Checks for equality with the object’s `endsAt` field.
- : Date
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }