Price

Prev Next

설명

요금제

구문

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