Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1010 Bytes

BillingResponse.md

File metadata and controls

18 lines (14 loc) · 1010 Bytes

Fastly.BillingResponse

Properties

Name Type Description Notes
end_time Date Date and time in ISO 8601 format. [optional] [readonly]
start_time Date Date and time in ISO 8601 format. [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 {String: BillingRegions} Breakdown of regional data for products that are region based. [optional]
invoice_id Number [optional] [readonly]
line_items [BillingResponseLineItem] [optional]

[Back to API list] [Back to README]