# Mtdlineitems
## Properties
**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]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)