> 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/compute/mcpg/datastructure.md).

# Data Types

## BillingItem

describe mcp gateway monthly billing.

Referenced by：DescribeMcpMonthlyBilling

| Parameter Name | Type   | Description                                   |
| -------------- | ------ | --------------------------------------------- |
| gatewayUuid    | String | mcp gateway uuid.                             |
| gatewayName    | String | MCP Gateway name.                             |
| date           | String | usage date, format: yyyy-MM-dd.               |
| unit           | String | unit.                                         |
| usage          | String | Usage (string, precision preserved).          |
| modelName      | String | Model name                                    |
| unitPrice      | String | Unit price (string, precision preserved).     |
| originalPrice  | String | Original price (string, precision preserved). |
