Information about paid time off.

Hierarchy

  • PayslipV2Pto

Constructors

Properties

accruedThisPeriod: null | number

The amount of paid time off accrued in this period.

balanceEndOfPeriod: null | number

The balance of paid time off at the end of the period.

confidence: number = 0.0

Confidence score

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.

usedThisPeriod: null | number

The amount of paid time off used in this period.

Methods

  • Collection of fields as representable strings.

    Returns {
        accruedThisPeriod: string;
        balanceEndOfPeriod: string;
        usedThisPeriod: string;
    }

    • accruedThisPeriod: string
    • balanceEndOfPeriod: string
    • usedThisPeriod: string

Generated using TypeDoc