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 single file to associate with this object. Any existing file will be
- # overwritten.
- AssociateFileMutationInput :
- }