Price
- 인쇄
- PDF
Price
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
요금제
구문
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 | Yes | String | 가격 번호 |
priceType | Yes | CommonCode | |
region | Yes | Region | 리전 |
chargingUnitType | Yes | CommonCode | |
ratingUnitType | Yes | CommonCode | |
chargingUnitBasicValue | Yes | String | |
productRatingType | Yes | CommonCode | 상품 과금 유형 |
unit | Yes | CommonCode | 단위 |
price | Yes | Double | 가격 |
conditionType | Yes | CommonCode | 조건 단위 |
conditionPrice | Yes | Double | 조건 가격 |
priceDescription | Yes | String | 요금 설명 |
freeUnit | Yes | CommonCode | 무료 단위 |
freeValue | Yes | Long | 무료 값 |
meteringUnit | Yes | CommonCode | 미터링 단위 |
startDate | Yes | Date | 판매시작일시 |
priceAttribute | Yes | CommonCode | 요금제 속성 |
priceVersionName | Yes | String | 요금제 버전 명 |
payCurrency | Yes | CommonCode | 결제 통화 |
periodUnitList | Yes | List<PeriodUnit> | 구간 단위 리스트 |
countryUnitList | Yes | List<CountryUnit> | 국가 단위 리스트 |
packageUnitList | Yes | List<PackageUnit> | 패키지 단위 리스트 |
이 문서가 도움이 되었습니까?