Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

BillingResponse.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

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]
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, BillingRegions> Breakdown of regional data for products that are region based. [optional]
invoice_id Integer [optional][readonly]
line_items Array<BillingResponseLineItem> [optional]

[Back to API list] [Back to README]