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.
  • rowId: UUID
  • # Checks for equality with the object’s `documentRowId` field.
  • documentRowId: UUID
  • # Checks for equality with the object’s `startsAt` field.
  • startsAt: Date
  • # Checks for equality with the object’s `interval` field.
  • interval: DocumentRecurringPaymentInterval
  • # Checks for equality with the object’s `endsAt` field.
  • endsAt: Date
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }