--- title: "Price" slug: "common-apidatatype-price" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/common-apidatatype-price" --- > ## 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 periodUnitList; private List countryUnitList; private List 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 | 과금 단위 구분 코드 - `CNTRY` \| `POINT` \| `SECT` \| `PKG` - `CNTRY`: 국가 요금제(국가별 다른 요금제 적용) - `POINT`: 점 단위(사용한 만큼 적용) - `SECT`: 구간 요금제(구간별 요금제 별도 적용) - `PKG`: 패키지 요금제(패키지에 기술된 상품 과금 유형 코드별 무료 사용량 적용) | | `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 | 구간 단위 목록 | | `countryUnitList` | List<[CountryUnit](/docs/common-apidatatype-countryunit)> | Required | 국가 단위 목록 | | `packageUnitList` | List<[PackageUnit](/docs/common-vapidatatype-PackageUnit)> | Required | 패키지 단위 목록 |