The party responsible for shipping the goods.

Hierarchy

  • BillOfLadingV1Shipper

Constructors

Properties

address: null | string

The address of the shipper.

confidence: number = 0.0

Confidence score

email: null | string

The email of the shipper.

name: null | string

The name of the shipper.

pageId: number

The document page on which the information was found.

phone: null | string

The phone number of the shipper.

polygon: Polygon = []

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

Methods

  • Collection of fields as representable strings.

    Returns {
        address: string;
        email: string;
        name: string;
        phone: string;
    }

    • address: string
    • email: string
    • name: string
    • phone: string

Generated using TypeDoc