The shipping company responsible for transporting the goods.

Hierarchy

  • BillOfLadingV1Carrier

Constructors

Properties

confidence: number = 0.0

Confidence score

name: null | string

The name of the carrier.

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

professionalNumber: null | string

The professional number of the carrier.

scac: null | string

The Standard Carrier Alpha Code (SCAC) of the carrier.

Methods

  • Collection of fields as representable strings.

    Returns {
        name: string;
        professionalNumber: string;
        scac: string;
    }

    • name: string
    • professionalNumber: string
    • scac: string

Generated using TypeDoc