Documentation

EnergyBillV1Document extends Prediction
in package

Energy Bill API version 1.0 document data.

Table of Contents

Properties

$contractId  : StringField
$deliveryPoint  : StringField
$dueDate  : DateField
$energyConsumer  : EnergyBillV1EnergyConsumer
$energySupplier  : EnergyBillV1EnergySupplier
$energyUsage  : EnergyBillV1EnergyUsages
$invoiceDate  : DateField
$invoiceNumber  : StringField
$meterDetails  : EnergyBillV1MeterDetail
$subscription  : EnergyBillV1Subscriptions
$taxesAndContributions  : EnergyBillV1TaxesAndContributions
$totalAmount  : AmountField
$totalBeforeTaxes  : AmountField
$totalTaxes  : AmountField

Methods

__construct()  : mixed
__toString()  : string

Properties

$deliveryPoint

public StringField $deliveryPoint

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

Methods

__construct()

public __construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
$rawPrediction : array<string|int, mixed>

Raw prediction from HTTP response.

$pageId : int|null = null

Page number for multi pages document.

Tags
throws
MindeeUnsetException

Throws if a field doesn't appear in the response.

__toString()

public __toString() : string
Return values
string

String representation.


        
On this page

Search results