AppliedCreditHistory
- 인쇄
- PDF
AppliedCreditHistory
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
적용된 크레딧 이력
구문
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> | 할인 가능한 상품 청구 유형 리스트 |
이 문서가 도움이 되었습니까?