Price

Prev Next

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 요금제 구분 코드
  • FREE | FXSUM | MTRAT
    • FREE: 무료
    • FXSUM: 월정액제
    • MTRAT: 종량제
region Region Required 리전
chargingUnitType CommonCode Required 과금 측정 기준
  • QUERY | TIME | TMCU | USER
    • QUERY: 쿼리
    • TIME: 시간
    • TMCU (Time and vCPU Count): 시간 및 vCPU 개수
    • USER: 보장 회원 수
ratingUnitType CommonCode Required 과금 단위 구분 코드
  • CNTRY | POINT | SECT | PKG
    • CNTRY: 국가 요금제(국가별 다른 요금제 적용)
    • POINT: 점 단위(사용한 만큼 적용)
    • SECT: 구간 요금제(구간별 요금제 별도 적용)
    • PKG: 패키지 요금제(패키지에 기술된 상품 과금 유형 코드별 무료 사용량 적용)
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 패키지 단위 목록