Information about the pay period.

Hierarchy

  • PayslipV2PayPeriod

Constructors

Properties

confidence: number = 0.0

Confidence score

endDate: null | string

The end date of the pay period.

month: null | string

The month of the pay period.

pageId: number

The document page on which the information was found.

paymentDate: null | string

The date of payment for the pay period.

polygon: Polygon = []

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

startDate: null | string

The start date of the pay period.

year: null | string

The year of the pay period.

Methods

  • Collection of fields as representable strings.

    Returns {
        endDate: string;
        month: string;
        paymentDate: string;
        startDate: string;
        year: string;
    }

    • endDate: string
    • month: string
    • paymentDate: string
    • startDate: string
    • year: string

Generated using TypeDoc