--- title: "CountryUnit" slug: "common-apidatatype-countryunit" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/common-apidatatype-countryunit" --- > ## 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. # CountryUnit Classic/VPC 환경에서 이용 가능합니다. 국가 코드입니다. ## 구문 구문은 다음과 같습니다. ``` private CommonCode country; private String phoneCode; private Double price; private CommonCode ratingUnitType; private List countryPeriodUnitList; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `country` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 국가 코드 - <예시> `KR`, `CN`, `JP`, `NA`, `SG`, `TW` | | `phoneCode` | String | Required | 국가에 해당하는 전화번호 앞자리 코드 | | `price` | Double | Required | 요금 | | `ratingUnitType` | Double | Required | 과금 단위 유형 | | `countryPeriodUnitList` | List<[CountryPeriodUnit](/docs/common-apidatatype-countryperiodunit)> | Required | 국가별 기간 단위 목록 |