Class PromotionDetail

java.lang.Object
com.wechat.pay.java.service.ecommercerefund.model.PromotionDetail

public class PromotionDetail extends Object
PromotionDetail
  • Constructor Details

    • PromotionDetail

      public PromotionDetail()
  • Method Details

    • getPromotionId

      public String getPromotionId()
    • setPromotionId

      public void setPromotionId(String promotionId)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAmount

      public Long getAmount()
    • setAmount

      public void setAmount(Long amount)
    • getRefundAmount

      public Long getRefundAmount()
    • setRefundAmount

      public void setRefundAmount(Long refundAmount)
    • toString

      public String toString()
      Overrides:
      toString in class Object