Class PayslipV2SalaryDetail

Detailed information about the earnings.

Hierarchy

  • PayslipV2SalaryDetail

Constructors

Properties

amount: null | number

The amount of the earnings.

base: null | number

The base value of the earnings.

confidence: number = 0.0

Confidence score

description: null | string

The description of the earnings.

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.

rate: null | number

The rate of the earnings.

Methods

  • Collection of fields as representable strings.

    Returns {
        amount: string;
        base: string;
        description: string;
        rate: string;
    }

    • amount: string
    • base: string
    • description: string
    • rate: string

Generated using TypeDoc