StatementType
Fields
The type of the bill.
This field returns the closing balance of an issued statement.
The last day of consumption that this statement includes.
The first day of consumption that this statement includes.
The date of the constituent bill covered from.
Retrieve the held status of a account statement.
The ID of the constituent bill.
Whether the bill originated in Kraken or externally.
Whether this statement is marked as final.
The date the bill was sent to the customer.
This field returns the opening balance of a statement.
The date the bill is due to be paid.
How many charges have been reversed after the close date.
Current status of the associated statement.
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.
Email recipient address.
The date of the constituent bill covered to.
The total amounts for all charges on the statement.
The total amounts for all credits on the statement.
Transactions on the bill.
Email recipient user ID.
Example
{
"attachments": BillingAttachmentConnectionTypeConnection,
"billType": "STATEMENT",
"closingBalance": 94,
"consumptionEndDate": "1974-04-02",
"consumptionStartDate": "2005-12-14",
"fromDate": "1986-06-16",
"heldStatus": HeldStatus,
"id": "58209850",
"isExternalBill": true,
"isFinal": true,
"issuedDate": "1997-11-28",
"openingBalance": 20,
"paymentDueDate": "1975-09-17",
"reversalsAfterClose": "ALL",
"status": "OPEN",
"toAddress": "sing-foreign-meeting-professor-conference",
"toDate": "1978-06-18",
"totalCharges": StatementTotalType,
"totalCredits": StatementTotalType,
"transactions": TransactionConnectionTypeConnection,
"userId": 28996932
}