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.
- : PrintToMailPrintMethod!
- # The print type for the print to mail batch.
- : PrintToMailPrintType!
- # The number of digital pages in the document/invoice.
- : Int!
- # The estimated print to mail cost for a single document/invoice.
- : Int!
- }