OBJECT

PrintToMailDocumentCostEstimate

The print to mail cost estimate for a single document/invoice.

link GraphQL Schema definition

  • type PrintToMailDocumentCostEstimate {
  • # The print method for the print to mail batch.
  • print_method: PrintToMailPrintMethod!
  • # The print type for the print to mail batch.
  • print_type: PrintToMailPrintType!
  • # The number of digital pages in the document/invoice.
  • number_of_digital_pages: Int!
  • # The estimated print to mail cost for a single document/invoice.
  • cost_estimate: Int!
  • }

link Require by