コード例 #1
0
 public OrderAdjustmentAdjustedItemPromotionAdjustmentsComponent()
 {
     this.amountField = new AdjustmentCurrencyAmount();
 }
コード例 #2
0
 public AdjustmentBuyerPriceComponent()
 {
     this.amountField = new AdjustmentCurrencyAmount();
 }
コード例 #3
0
 public AdjustmentDirectPaymentTypeComponent()
 {
     this.amountField = new AdjustmentCurrencyAmount();
 }