Information about the employer.

Hierarchy

  • PayslipV2Employer

Constructors

Properties

address: null | string

The address of the employer.

companyId: null | string

The company ID of the employer.

companySite: null | string

The site of the company.

confidence: number = 0.0

Confidence score

nafCode: null | string

The NAF code of the employer.

name: null | string

The name of the employer.

pageId: number

The document page on which the information was found.

phoneNumber: null | string

The phone number of the employer.

polygon: Polygon = []

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

urssafNumber: null | string

The URSSAF number of the employer.

Methods

  • Collection of fields as representable strings.

    Returns {
        address: string;
        companyId: string;
        companySite: string;
        nafCode: string;
        name: string;
        phoneNumber: string;
        urssafNumber: string;
    }

    • address: string
    • companyId: string
    • companySite: string
    • nafCode: string
    • name: string
    • phoneNumber: string
    • urssafNumber: string

Generated using TypeDoc