mindee
    Preparing search index...

    Energy Bill API version 1.2 document data.

    Implements

    Index

    Constructors

    Properties

    contractId: StringField

    The unique identifier associated with a specific contract.

    deliveryPoint: StringField

    The unique identifier assigned to each electricity or gas consumption point. It specifies the exact location where the energy is delivered.

    dueDate: DateField

    The date by which the payment for the energy invoice is due.

    The entity that consumes the energy.

    The company that supplies the energy.

    energyUsage: EnergyBillV1EnergyUsage[] = []

    Details of energy consumption.

    invoiceDate: DateField

    The date when the energy invoice was issued.

    invoiceNumber: StringField

    The unique identifier of the energy invoice.

    Information about the energy meter.

    subscription: EnergyBillV1Subscription[] = []

    The subscription details fee for the energy service.

    taxesAndContributions: EnergyBillV1TaxesAndContribution[] = []

    Details of Taxes and Contributions.

    totalAmount: AmountField

    The total amount to be paid for the energy invoice.

    totalBeforeTaxes: AmountField

    The total amount to be paid for the energy invoice before taxes.

    totalTaxes: AmountField

    Total of taxes applied to the invoice.

    Methods