설명
국가 단위
구문
private CommonCode country;
private String phoneCode;
private Double price;
private CommonCode ratingUnitType;
private List<CountryPeriodUnit> countryPeriodUnitList;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
country | Yes | CommonCode | 국가 코드KR , CN , HK , JP , NA , SG , TW ... |
phoneCode | Yes | String | 국가에 해당하는 전화번호 앞자리 코드 반환 |
price | Yes | Double | 요금 |
ratingUnitType | Yes | Double | 과금 단위 유형 |
countryPeriodUnitList | Yes | List<CountryPeriodUnit> | 국가 기간 단위 리스트 |