ENUM

PrintToMailBatchStatus

The status of a print to mail batch.

link GraphQL Schema definition

  • enum PrintToMailBatchStatus {
  • # Pending (Waiting to be processed)
  • PENDING
  • # Insufficient funds.
  • INSUFFICIENT_FUNDS
  • # In Progress.
  • IN_PROGRESS
  • # Completed.
  • COMPLETED
  • # Failed.
  • FAILED
  • # Cancelled.
  • CANCELLED
  • }