CountryUnit
- 인쇄
- PDF
CountryUnit
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
국가단위
구문
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> | 국가 기간 단위 목록 |
이 문서가 도움이 되었습니까?