---
title: "Usage"
slug: "common-apidatatype-usage"
updated: 2026-04-23T08:55:20Z
published: 2026-04-23T09:02:06Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

사용량 정보입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```Java
private CommonCode meteringType;
private String useMonth;
private Double usageQuantity;
private CommonCode unit;
private CommonCode userUnit;
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드                        | 타입  | 필수 여부                      | 설명                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------ | -------- | ------------------------ | ------------- |
| `meteringType`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 미터링 구분               |
| `useMonth`                    | String      | Required                   | 상품 품목 종류 사용 월            |
| `usageQuantity`                   | Double      | Required                   | 사용량                      |
| `unit`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 미터링 구분 사용 단위              |
| `userUnit`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 사용자 미터링 사용 단위           |
