DeliveredDetails
What the upstream disco or biller reported it delivered, beyond the token: the meter/account holder's name and address, the units credited, and the utility's own receipt number. These are the fields a customer expects on a power receipt.
Every field is optional, and the whole object is null when nothing was reported: every data and airtime purchase, any purchase still Processing, and any biller that does not report them. Reported today for prepaid electricity.
customerNamestringnullable
The meter or account holder's name, exactly as the disco holds it.
Example:
Muraina Tamilola .customerAddressstringnullable
The service address the disco holds for this meter.
Example:
NO 9, ROAD 19 BASHORUN HOUSING ESTATE AKOBO ESTATE IBADAN OYO,unitsnumbernullable
Units credited by this vend (kWh for electricity). Fractional.
Example:
2.3utilityReceiptstringnullable
The utility's own receipt number for this vend, for disputes raised directly with the disco.
Example:
110-0000079801709DeliveredDetails
{
"customerName": "Muraina Tamilola .",
"customerAddress": "NO 9, ROAD 19 BASHORUN HOUSING ESTATE AKOBO ESTATE IBADAN OYO,",
"units": 2.3,
"utilityReceipt": "110-0000079801709"
}