クラス Prices
- java.lang.Object
-
- com.sdk.java.dmm.api.item.dto.Prices
-
public class Prices extends Object
価格
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 private Deliveries
deliveries
配信リストprivate String
listPrice
定価private String
price
金額private String
priceAll
全ての価格
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Prices()
-
-
-
フィールドの詳細
-
price
private String price
金額
-
listPrice
private String listPrice
定価
-
priceAll
private String priceAll
全ての価格
-
deliveries
private Deliveries deliveries
配信リスト
-
-