PeriodBasedDocumentType
Fields
The type of the bill.
The closing balance of an issued billing document.
Arguments
When provided, the closing balance for this ledger on this statement. Required if multiple ledgers are affected by this statement.
Position of the billing document in the delinquent debt tracking system.
The date of the constituent bill covered from.
The ID of the constituent bill.
The unique identifier for the billing document. Note: a pending billing document will not have an identifier yet; and not all finalized billing documents will have an identifier assigned to them, in which case this will be null.
Whether the billing document has been annulled.
Whether the billing document is currently held.
The date the bill was sent to the customer.
This field returns the opening balance of a statement.
Arguments
When provided, the opening balance for this ledger on this statement. Required if multiple ledgers are affected by this statement.
List of dates when a printed copy of this bill was requested.
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 constituent bill covered to.
The total amounts for all charges on the billing document.
The total amounts for all credits on the statement.
Transactions on the given billing document.
Arguments
When provided, only entries that are linked to that ledger are returned.
The order in which to return the transactions.
Include only these specific transaction types in the result.
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"closingBalance": 52,
"documentDebtPosition": BillingDocumentPositionType,
"fromDate": "2020-11-27",
"id": "12428399",
"identifier": "31067525",
"isAnnulled": true,
"isHeld": true,
"issuedDate": "1981-05-13",
"openingBalance": 42,
"printedCopyRequests": "2015-11-24",
"representations": BillRepresentationConnectionTypeConnection,
"reversalsAfterClose": "ALL",
"toDate": "2001-11-16",
"totalCharges": StatementTotalType,
"totalCredits": StatementTotalType,
"transactions": BillTransactionConnectionTypeConnection
}