Class EnergyBillV1TaxesAndContribution

Details of Taxes and Contributions.

Hierarchy

  • EnergyBillV1TaxesAndContribution

Constructors

Properties

confidence: number = 0.0

Confidence score

description: null | string

Description or details of the Taxes and Contributions.

endDate: null | string

The end date of the Taxes and Contributions.

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.

startDate: null | string

The start date of the Taxes and Contributions.

taxRate: null | number

The rate of tax applied to the total cost.

total: null | number

The total cost of Taxes and Contributions.

unitPrice: null | number

The price per unit of Taxes and Contributions.

Methods

  • Collection of fields as representable strings.

    Returns {
        description: string;
        endDate: string;
        startDate: string;
        taxRate: string;
        total: string;
        unitPrice: string;
    }

    • description: string
    • endDate: string
    • startDate: string
    • taxRate: string
    • total: string
    • unitPrice: string

Generated using TypeDoc