PreKrakenBillType
Fields
The type of the bill.
The date of the bill is covered from.
The gross amount of the historical bill.
The ID of the bill.
The unique identifier of a historical bill. It will usually be present on the billing document itself.
The date the bill was sent to the customer.
The params associated with the historical bill.
How many charges have been reversed after the close date.
Requesting this field generates a temporary URL at which bill is available. This URL will expire after approximately an hour. It is intended for redirection purposes, NOT persistence in any form (e.g. inclusion in emails or the body of a web page). This field can raise an error with errorClass NOT_FOUND if the bill document has not been created/issued yet. This field is deprecated use 'attachments' field instead.
This field is deprecated. Use the 'attachments' field instead.
- Marked as deprecated on 2024-09-16.
- Scheduled for removal on or after 2025-09-01.
The date of the bill is covered to.
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"fromDate": "1973-07-11",
"grossAmount": 1,
"id": "57639702",
"identifier": "87855754",
"issuedDate": "1977-10-28",
"params": {"key": "value"},
"reversalsAfterClose": "ALL",
"toDate": "1977-01-29"
}