Classic/VPC 환경에서 이용 가능합니다.
국가 코드입니다.
구문
구문은 다음과 같습니다.
private CommonCode country;
private String phoneCode;
private Double price;
private CommonCode ratingUnitType;
private List<CountryPeriodUnit> countryPeriodUnitList;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
country |
CommonCode | Required | 국가 코드
|
phoneCode |
String | Required | 국가에 해당하는 전화번호 앞자리 코드 |
price |
Double | Required | 요금 |
ratingUnitType |
Double | Required | 과금 단위 유형 |
countryPeriodUnitList |
List<CountryPeriodUnit> | Required | 국가별 기간 단위 목록 |