BillCredit
A credit to the customer from the energy retailer.
Fields
The net, tax and gross amounts for the transaction. Note: for payments and repayments, only the net amount is returned.
The date time when the transaction is created.
The unique identifier for the transaction.
The unique identifier for the most recent billing document linked with the transaction.Note: a transaction may be linked with multiple documents, but this field will only return the identifier for the most recent billing document.
Returns the note field value for the transaction, which contains additional info.
The date the transaction was posted.
Returns the reason.
If this credit reverses a charge, the charge it reverses. Null otherwise.
A user readable string that indicates what this transaction relates to.
Example
{
"amounts": TransactionAmountType,
"createdAt": "2021-10-28T22:25:51.750776+00:00",
"id": "81716564",
"latestBillingDocumentIdentifier": "75028317",
"note": "should-mouth-assume-American-card",
"postedDate": "1979-06-10",
"reasonCode": "Mrs-environmental-forward-media-effort",
"reversedCharge": BillCharge,
"title": "fund-box-dog-want-single"
}