BillInterface
Implemented by
Fields
The type of the bill.
The date of the bill is covered from.
The ID of the bill.
The date the bill was sent to the customer.
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.
Deprecation
The 'temporaryUrl' field is deprecated.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.
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
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"fromDate": "2001-06-22",
"id": "57761590",
"issuedDate": "2004-06-30",
"reversalsAfterClose": "ALL",
"toDate": "1983-02-18"
}