Coin

Prev Next

Classic/​VPC環境で利用できます。​

コイン情報です。

構文

構文は次の通りです。

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 String Required 割引番号
coinChagedNo String Required コインのチャージ番号
coinName String Required コイン名
coinType CommonCode Required コインタイプ
chargedCoin Double Required チャージされたコイン
remainingCoin Double Required コインの残高
coinStatus CommonCode Required コインの状態
isShareCoin Boolean Required コインの共有有無
validityStartMonth String Required 有効期間の開始月
validityEndMonth String Required 有効期間の終了月
shareCoinSnapshotList List<ShareCoinSnapshot> Required List<ShareCoinSnapshot>データタイプ