The subscription details fee for the energy service.

Hierarchy

  • EnergyBillV1Subscription

Constructors

Properties

confidence: number = 0.0

Confidence score

description: null | string

Description or details of the subscription.

endDate: null | string

The end date of the subscription.

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 subscription.

taxRate: null | number

The rate of tax applied to the total cost.

total: null | number

The total cost of subscription.

unitPrice: null | number

The price per unit of subscription.

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