# Fastly::BillingResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **end_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **start_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **invoice_id** | **String** | | [optional][readonly] | | **customer_id** | **String** | | [optional][readonly] | | **status** | [**BillingStatus**](BillingStatus.md) | | [optional] | | **total** | [**BillingTotal**](BillingTotal.md) | | [optional] | | **regions** | **Hash<String, Hash<String, Object>>** | | [optional] | | **line_items** | [**Array<BillingResponseLineItem>**](BillingResponseLineItem.md) | | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)