Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

BillingResponse.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

WebService::Fastly::Object::BillingResponse

Load the model package

use WebService::Fastly::Object::BillingResponse;

Properties

Name Type Description Notes
end_time DateTime Date and time in ISO 8601 format. [optional] [readonly]
start_time DateTime 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 [optional]
total BillingTotal [optional]
regions HASH[string,HASH[string,object]] Breakdown of regional data for products that are region based. [optional]
line_items ARRAY[BillingResponseLineItem] [optional]

[Back to Model list] [Back to API list] [Back to README]