Type alias DocumentType

DocumentType: "UNKNOWN" | "BILL_OF_LADING" | "PAY_SHEET" | "SCALE_TICKET" | "TOLL_RECEIPT" | "WASH_RECEIPT"

The type of the document.

  • UNKNOWN: The document type is unknown.
  • BILL_OF_LADING: Bill of lading.
  • PAY_SHEET: Pay sheet.
  • SCALE_TICKET: Scale ticket.
  • TOLL_RECEIPT: Toll receipt.
  • WASH_RECEIPT: Wash receipt.

Generated using TypeDoc