> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/cn/compute/mcpg/datastructure.md).

# 数据结构

## BillingItem

描述MCP网关按月计费明细项。

被如下接口引用：DescribeMcpMonthlyBilling

| 参数名称          | 类型     | 描述                  |
| ------------- | ------ | ------------------- |
| gatewayUuid   | String | MCP网关uuid。          |
| gatewayName   | String | MCP网关名称。            |
| date          | String | 用量日期，格式 yyyy-MM-dd。 |
| unit          | String | 计量单位。               |
| usage         | String | 用量（字符串，保留精度）。       |
| modelName     | String | 模型名称。               |
| unitPrice     | String | 单价（字符串，保留精度）。       |
| originalPrice | String | 原价（字符串，保留精度）。       |
