Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1004 Bytes

Mtdlineitems.md

File metadata and controls

19 lines (14 loc) · 1004 Bytes

Mtdlineitems

Properties

Name Type Description Notes
description Option<String> Invoice line item transaction name.
amount Option<f32> Billed amount for line item.
rate Option<f32> Price per unit.
units Option<f32> Total number of units of usage.
product_name Option<String> The name of the product.
product_group Option<String> The broader classification of the product (e.g., Compute or Full-Site Delivery).
product_line Option<String> The broader classification of the product (e.g., Network Services or Security).
region Option<String> The geographical area applicable for regionally based products.
usage_type Option<String> The unit of measure (e.g., requests or bandwidth).

[Back to API list] [Back to README]