INPUT_OBJECT
InvoiceAmendmentFilters
Attributes for filtering invoices
link GraphQL Schema definition
- input InvoiceAmendmentFilters {
- # Invoice amendments created since this time
- ISO8601DateTime :
- # Invoice amendments created until this time
- ISO8601DateTime :
- # Invoice amendments updated since this time
- ISO8601DateTime :
- # Invoice amendments updated until this time
- ISO8601DateTime :
- # Invoice amendments remitted since this time
- ISO8601DateTime :
- # Invoice amendments remitted until this time
- ISO8601DateTime :
- }