INPUT_OBJECT

InvoiceAmendmentFilters

Attributes for filtering invoices

link GraphQL Schema definition

  • input InvoiceAmendmentFilters {
  • # Invoice amendments created since this time
  • createdSince: ISO8601DateTime
  • # Invoice amendments created until this time
  • createdUntil: ISO8601DateTime
  • # Invoice amendments updated since this time
  • updatedSince: ISO8601DateTime
  • # Invoice amendments updated until this time
  • updatedUntil: ISO8601DateTime
  • # Invoice amendments remitted since this time
  • remittedSince: ISO8601DateTime
  • # Invoice amendments remitted until this time
  • remittedUntil: ISO8601DateTime
  • }