AppliedCreditHistory

Prev Next

설명

적용된 크레딧 이력

구문

private Double discountTargetAmount;
private Double discountAppliedamount;
private String discountNo;
private String creditName;
private Double receivedCredit;
private Double remainingCredit;
private String validityStartMonth;
private String validityEndMonth;
private CommonCode creditType;
private List<ProductDemandType> eligibleProductDemandTypeList;

필드

파라미터명 필수 여부 타입 설명
discountTargetAmount Yes Double 할인 대상 금액
discountAppliedamount Yes Double 할인 적용 금액
discountNo Yes String 할인 번호
creditName Yes String 크레딧명
receivedCredit Yes Double Credit의 최초 부여 금액
remainingCredit Yes Double 남은 크레딧
validityStartMonth Yes String 유효 시작 월
validityEndMonth Yes String 유효 종료 월
creditType Yes CommonCode 크레딧 타입
eligibleProductDemandTypeList Yes List<ProductDemandType> 할인 가능한 상품 청구 유형 리스트