Information about the employment.

Hierarchy

  • PayslipV2Employment

Constructors

Properties

category: null | string

The category of the employment.

coefficient: null | number

The coefficient of the employment.

collectiveAgreement: null | string

The collective agreement of the employment.

confidence: number = 0.0

Confidence score

jobTitle: null | string

The job title of the employee.

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.

positionLevel: null | string

The position level of the employment.

startDate: null | string

The start date of the employment.

Methods

  • Collection of fields as representable strings.

    Returns {
        category: string;
        coefficient: string;
        collectiveAgreement: string;
        jobTitle: string;
        positionLevel: string;
        startDate: string;
    }

    • category: string
    • coefficient: string
    • collectiveAgreement: string
    • jobTitle: string
    • positionLevel: string
    • startDate: string

Generated using TypeDoc