PrepayBalanceSnapshotType
A snapshot of a prepay meter's credit and debt balance at a given point in time.
Fields
The credit balance on the meter, in pence.
The debt balance on the meter, in pence.
The emergency credit balance on the meter, in pence.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accumulatedDebtRegisterInMillipence": 85,
"asAt": "2019-08-26T17:33:04.180578+00:00",
"creditInPence": 97,
"debtInPence": 100,
"emergencyCreditBalanceInMillipence": 9,
"emergencyCreditInPence": 44,
"meterBalanceInMillipence": 7,
"paymentDebtRegisterInMillipence": 59,
"timeDebtRegisterOneInMillipence": 6,
"timeDebtRegisterTwoInMillipence": 79
}