AppliedProductDiscountHistory
- 印刷する
- PDF
AppliedProductDiscountHistory
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic/VPC環境で利用できます。
適用された商品割引の履歴です。
構文
構文は次の通りです。
private Double discountTargetAmount;
private Double discountAppliedamount;
private String discountNo;
private String productDiscountName;
private Double discountRate;
private Boolean discountCondition;
private Double minimumAmount;
private Boolean maximumDiscountCondition;
private Double maximumDiscountAmount;
private String validityStartMonth;
private String validityEndMonth;
private List<ProductDemandType> eligibleProductDemandTypeList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
discountTargetAmount | Double | Required | 割引対象金額 |
discountAppliedamount | Double | Required | 割引適用金額 |
discountNo | String | Required | 割引番号 |
productDiscountName | String | Required | 商品割引名 |
discountRate | Double | Required | 割引率 |
discountCondition | Boolean | Required | 条件付き割引かどうか
|
minimumAmount | Double | Required | 条件付き割引かどうかが Yの場合、割引適用のために必要な最低使用金額 |
maximumDiscountCondition | Boolean | Required | 最大割引かどうか
|
maximumDiscountAmount | Double | Required | 最大割引かどうかが Yの場合、最大割引の適用金額 |
validityStartMonth | String | Required | 有効開始月 |
validityEndMonth | String | Required | 有効終了月 |
eligibleProductDemandTypeList | List<ProductDemandType> | Required | 割引可能な商品請求タイプリスト |
この記事は役に立ちましたか?