类 ComputedOrderPriceResponse

java.lang.Object
com.ishop.model.response.ComputedOrderPriceResponse

public class ComputedOrderPriceResponse extends Object
  • 构造器详细资料

    • ComputedOrderPriceResponse

      public ComputedOrderPriceResponse()
  • 方法详细资料

    • getCouponFee

      public Double getCouponFee()
    • setCouponFee

      public void setCouponFee(Double couponFee)
    • getDeductionPrice

      public Double getDeductionPrice()
    • setDeductionPrice

      public void setDeductionPrice(Double deductionPrice)
    • getFreightFee

      public Double getFreightFee()
    • setFreightFee

      public void setFreightFee(Double freightFee)
    • getPayFee

      public Double getPayFee()
    • setPayFee

      public void setPayFee(Double payFee)
    • getProTotalFee

      public Double getProTotalFee()
    • setProTotalFee

      public void setProTotalFee(Double proTotalFee)
    • getSurplusIntegral

      public Integer getSurplusIntegral()
    • setSurplusIntegral

      public void setSurplusIntegral(Integer surplusIntegral)
    • getIsUseIntegral

      public Boolean getIsUseIntegral()
    • setIsUseIntegral

      public void setIsUseIntegral(Boolean useIntegral)
    • getUsedIntegral

      public Integer getUsedIntegral()
    • setUsedIntegral

      public void setUsedIntegral(Integer usedIntegral)
    • getIntegralDeductionSwitch

      public Boolean getIntegralDeductionSwitch()
    • setIntegralDeductionSwitch

      public void setIntegralDeductionSwitch(Boolean integralDeductionSwitch)
    • getMerOrderResponseList

      public List<ComputedMerchantOrderResponse> getMerOrderResponseList()
    • setMerOrderResponseList

      public void setMerOrderResponseList(List<ComputedMerchantOrderResponse> merOrderResponseList)