---
title: "Price"
slug: "common-vapidatatype-price"
updated: 2026-04-23T08:54:43Z
published: 2026-04-23T09:01:54Z
---

> ## 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.

# Price

Classic/VPC 환경에서 이용 가능합니다.

요금제 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String priceNo;
private CommonCode priceType;
private Region region;
private CommonCode chargingUnitType;
private CommonCode ratingUnitType;
private String chargingUnitBasicValue;
private CommonCode productRatingType;
private CommonCode unit;
private Double price;
private CommonCode conditionType;
private Double conditionPrice;
private String priceDescription;
private CommonCode freeUnit;
private Long freeValue;
private CommonCode meteringUnit;
private Date startDate;
private CommonCode priceAttribute;
private String priceVersionName;
private CommonCode payCurrency;
private List<PeriodUnit> periodUnitList;
private List<CountryUnit> countryUnitList;
private List<PackageUnit> packageUnitList;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `priceNo` | String | Required | 가격 번호 |
| `priceType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 요금제 구분 코드 - `FREE` \| `FXSUM` \| `MTRAT` - `FREE`: 무료 - `FXSUM`: 월정액제 - `MTRAT`: 종량제 |
| `region` | [Region](/docs/common-vapidatatype-Region) | Required | 리전 |
| `chargingUnitType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 과금 측정 기준 - `QUERY` \| `TIME` \| `TMCU` \| `USER` - `QUERY`: 쿼리 - `TIME`: 시간 - `TMCU` (Time and vCPU Count): 시간 및 vCPU 개수 - `USER`: 보장 회원 수 |
| `ratingUnitType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 과금 단위 구분 코드 - `DETAIL` \| `POINT` \| `SECT` \| `PKG` - `DETAIL`: 상세 요금제(상세 유형별 다른 요금제 적용) - `POINT`: 점 단위(사용한 만큼 적용) - `SECT`: 구간 요금제(구간별 요금제 별도 적용) - `PKG`: 패키지 요금제(패키지에 기술된 상품 과금 유형 코드별 무료 사용량 적용) |
| `detailFeeCategory` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 상세 요금 카테고리 - `CNTRY` \| `RGN` \| `ITEM_DETAIL` \| `NULL` - `CNTRY`: 국가 요금제(국가별 다른 요금제 적용) - `RGN`: 리전 요금제(리전별 다른 요금제 적용) - `ITEM_DETAIL`: 일반 요금제 - `PKG`: 구분 없음 |
| `ratingUnitTypeDetail` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 상세 요금 카테고리 - `POINT` \| `SECT` - `POINT`: 점 단위(사용한 만큼 적용) - `SECT`: 구간 요금제(구간별 요금제 별도 적용) |
| `chargingUnitBasicValue` | String | Required | 과금 단위 구분 값 - 과금 측정 기준 코드 값에 해당하는 수 |
| `productRatingType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 상품 과금 유형 |
| `unit` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 단위 |
| `price` | Double | Required | 가격 |
| `conditionType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 조건 단위 |
| `conditionPrice` | Double | Required | 조건 가격 |
| `priceDescription` | String | Required | 요금 설명 |
| `freeUnit` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 무료 단위 |
| `freeValue` | Long | Required | 무료 값 |
| `meteringUnit` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 미터링 단위 |
| `startDate` | Date | Required | 판매 시작 일시 |
| `priceAttribute` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 요금제 속성 |
| `priceVersionName` | String | Required | 요금제 버전명 |
| `payCurrency` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 결제 통화 |
| `periodUnitList` | List<[PeriodUnit](/docs/common-vapidatatype-periodunit)> | Required | 구간 단위 목록 |
| `detailUnitList` | List<[DetailUnit](/docs/common-vapidatatype-detailunit)> | Required | 상세 단위 목록 |
| `packageUnitList` | List<[PackageUnit](/docs/common-vapidatatype-packageunit)> | Required | 패키지 단위 목록 |
