Credit

Prev Next

설명

크레딧

구문

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;
private CommonCode payCurrency;

필드

파라미터명 필수 여부 타입 설명
discountNo Yes String 할인 번호
creditName Yes String 크레딧명
receivedCredit Yes Double 받은 크레딧
remainingCredit Yes Double 남은 크레딧
validityStartMonth Yes String 유효 시작 월
validityEndMonth Yes String 유효 종료 월
creditType Yes CommonCode 크레딧 유형
eligibleProductDemandTypeList Yes List<ProductDemandType> 할인 가능한 상품 청구 유형 목록
payCurrency Yes CommonCode 결제 통화