StatementDetailsBillingDocumentType
Fields
Bill total amount.
Billing document that annuls this statement.
The end of the consumption's period.
The start of the consumption's period.
Position of the billing document in the delinquent debt tracking system.
The final date before missing payment is considered overdue.
The earliest charge date of the statement.
The end of the statement's period.
The date and time the statement was sent to the customer.
ID for the statement billing document.
Bill identifier.
Whether this statement is marked as final.
Bill issued date.
The latest charge date of the statement.
Bill number.
The date due for payment for the statement.
This field name is ambiguous and inconsistently populated. Use `paymentDate` for the date on which payment will be collected. Use `dueDate` for the last date any payment can be made before the bill is considered overdue.
- Marked as deprecated on 2026-06-15.
- Scheduled for removal on or after 2027-08-15.
URL to the PDF of the statement.
The scheduled date for payment (may be before the due_date).
The start of the statement's period.
The total amounts for all charges on the statement.
The total amounts for all credits on the statement.
Transactions on the statement
Arguments
The order in which to return the transactions.
Example
{
"amount": "1.0",
"annulledBy": AnnulmentBillingDocumentType,
"consumptionEndDate": "2013-10-10T03:04:47.341872+00:00",
"consumptionStartDate": "1977-12-19T11:14:37.285139+00:00",
"documentDebtPosition": BillingDocumentPositionType,
"dueDate": "2013-05-06",
"earliestChargeAt": "1975-02-16T05:40:45.348447+00:00",
"endAt": "2015-04-27T20:59:19.060752+00:00",
"firstIssuedAt": "1985-08-24T09:45:33.007773+00:00",
"id": 39426839,
"identifier": "24555543",
"isFinal": true,
"issuedDate": "1994-02-26T12:37:44.846455+00:00",
"latestChargeAt": "1978-01-23T04:24:15.126067+00:00",
"number": 86,
"pdfUrl": "keep-military-week-describe-democratic",
"scheduledPaymentDate": "1990-09-24",
"startAt": "2009-11-13T04:38:39.056432+00:00",
"totalCharges": StatementTotalType,
"totalCredits": StatementTotalType,
"transactions": BillTransactionConnectionTypeConnection
}