docs/BillingEstimateResponse.md in fastly-4.0.0.alpha4 vs docs/BillingEstimateResponse.md in fastly-4.0.0

- old
+ new

@@ -6,12 +6,13 @@ | ---- | ---- | ----------- | ----- | | **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] | +| **vendor_state** | **String** | The current state of our third-party billing vendor. One of `up` or `down`. | [optional][readonly] | | **status** | [**BillingStatus**](BillingStatus.md) | | [optional] | | **total** | [**BillingTotal**](BillingTotal.md) | | [optional] | -| **regions** | **Hash<String, Hash<String, Object>>** | | [optional] | +| **regions** | **Hash<String, Hash<String, Object>>** | Breakdown of regional data for products that are region based. | [optional] | | **lines** | [**Array<BillingEstimateResponseAllOfLines>**](BillingEstimateResponseAllOfLines.md) | | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)