Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

BillingResponse.md

File metadata and controls

19 lines (14 loc) · 1.07 KB

BillingResponse

Properties

Name Type Description Notes
end_time Option<String> Date and time in ISO 8601 format. [readonly]
start_time Option<String> Date and time in ISO 8601 format. [readonly]
customer_id Option<String> [readonly]
vendor_state Option<String> The current state of our third-party billing vendor. One of up or down. [readonly]
status Option<crate::models::BillingStatus>
total Option<crate::models::BillingTotal>
regions Option<::std::collections::HashMap<String, crate::models::BillingRegions>> Breakdown of regional data for products that are region based.
invoice_id Option<i32> [readonly]
line_items Option<Vec<crate::models::BillingResponseLineItem>>

[Back to API list] [Back to README]