Coin

Prev Next

설명

코인

구문

private String discountNo;
private String coinChagedNo;
private String coinName;
private CommonCode coinType;
private Double chargedCoin;
private Double remainingCoin;
private CommonCode coinStatus;
private Boolean isShareCoin;
private String validityStartMonth;
private String validityEndMonth;
private List<ShareCoinSnapshot> shareCoinSnapshotList;

필드

파라미터명 필수 여부 타입 설명
discountNo Yes String 할인 번호
coinChagedNo Yes String 코인 부과 번호
coinName Yes String 코인명
coinType Yes CommonCode 코인 유형
chargedCoin Yes Double 부과된 코인
remainingCoin Yes Double 남은 코인
coinStatus Yes CommonCode 코인 상태
validityStartMonth Yes String 유효 시작 월
validityEndMonth Yes String 유효 종료 월
shareCoinSnapshotList Yes List<ShareCoinSnapshot> List<ShareCoinSnapshot> 데이터 타입