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

link Require by