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<PeriodUnit> periodUnitList;
private List<CountryUnit> countryUnitList;
private List<PackageUnit> packageUnitList;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
priceNo |
String | Required | 가격 번호 |
priceType |
CommonCode | Required | 요금제 구분 코드
|
region |
Region | Required | 리전 |
chargingUnitType |
CommonCode | Required | 과금 측정 기준
|
ratingUnitType |
CommonCode | Required | 과금 단위 구분 코드
|
chargingUnitBasicValue |
String | Required | 과금 단위 구분 값
|
productRatingType |
CommonCode | Required | 상품 과금 유형 |
unit |
CommonCode | Required | 단위 |
price |
Double | Required | 가격 |
conditionType |
CommonCode | Required | 조건 단위 |
conditionPrice |
Double | Required | 조건 가격 |
priceDescription |
String | Required | 요금 설명 |
freeUnit |
CommonCode | Required | 무료 단위 |
freeValue |
Long | Required | 무료 값 |
meteringUnit |
CommonCode | Required | 미터링 단위 |
startDate |
Date | Required | 판매 시작 일시 |
priceAttribute |
CommonCode | Required | 요금제 속성 |
priceVersionName |
String | Required | 요금제 버전명 |
payCurrency |
CommonCode | Required | 결제 통화 |
periodUnitList |
List<PeriodUnit> | Required | 구간 단위 목록 |
countryUnitList |
List<CountryUnit> | Required | 국가 단위 목록 |
packageUnitList |
List<PackageUnit> | Required | 패키지 단위 목록 |