INPUT_OBJECT
CreatePrintedInvoiceBatchMutationInput
The input object that defines the fields for the createPrintedInvoiceBatch mutation.
link GraphQL Schema definition
- input CreatePrintedInvoiceBatchMutationInput {
 - #   The date to generate the printed invoice batch for.
 - : Date!
 - #   Include detailed transactions on a printed invoice batch.
 - : Boolean
 - #   Exclude zero balance invoices from the printed invoice batch.
 - : Boolean
 - #   A note about this entity.
 - : NoteMutationInput
 - #   A list of file IDs to be associated with this object. These must first have been 
 - #   uploaded to the /files endpoint and must be currently unassociated.
 - : [AssociateFileMutationInput]
 - }