# ConsumptionEntry
## Properties
**account_id** | Option<**String**> | The ID of your TINA account. | [optional]
**category** | Option<**String**> | The category of the resource (for example, `network`). | [optional]
**from_date** | Option<**String**> | The beginning of the time period (UTC). | [optional]
**operation** | Option<**String**> | The API call that triggered the resource consumption (for example, `RunInstances` or `CreateVolume`). | [optional]
**paying_account_id** | Option<**String**> | The ID of the TINA account which is billed for your consumption. It can be different from your account in the `AccountId` parameter. | [optional]
**price** | Option<**f64**> | The total price of the consumed resource during the specified time period, in the currency of the Region's catalog. | [optional]
**service** | Option<**String**> | The service of the API call (`TinaOS-FCU`, `TinaOS-LBU`, `TinaOS-DirectLink`, `TinaOS-OOS`, or `TinaOS-OSU`). | [optional]
**subregion_name** | Option<**String**> | The name of the Subregion. | [optional]
**title** | Option<**String**> | A description of the consumed resource. | [optional]
**to_date** | Option<**String**> | The end of the time period (UTC). | [optional]
**_type** | Option<**String**> | The type of resource, depending on the API call. | [optional]
**unit_price** | Option<**f64**> | The unit price of the consumed resource in the currency of your account, in the ISO-4217 format (for example, `EUR`). | [optional]
**value** | Option<**f64**> | The consumed amount for the resource. The unit depends on the resource type. For more information, see the `Title` element. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)