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: Date!
  • # Include detailed transactions on a printed invoice batch.
  • with_detailed_transactions: Boolean
  • # Exclude zero balance invoices from the printed invoice batch.
  • exclude_paid: Boolean
  • # A note about this entity.
  • note: 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.
  • files: [AssociateFileMutationInput]
  • }

link Require by