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

public class Refund4Create extends Object
Refund4Create
  • Constructor Details

    • Refund4Create

      public Refund4Create()
  • Method Details

    • getRefundId

      public String getRefundId()
    • setRefundId

      public void setRefundId(String refundId)
    • getOutRefundNo

      public String getOutRefundNo()
    • setOutRefundNo

      public void setOutRefundNo(String outRefundNo)
    • getCreateTime

      public String getCreateTime()
    • setCreateTime

      public void setCreateTime(String createTime)
    • getAmount

      public RefundAmount getAmount()
    • setAmount

      public void setAmount(RefundAmount amount)
    • getPromotionDetail

      public List<PromotionDetail> getPromotionDetail()
    • setPromotionDetail

      public void setPromotionDetail(List<PromotionDetail> promotionDetail)
    • getRefundAccount

      public String getRefundAccount()
    • setRefundAccount

      public void setRefundAccount(String refundAccount)
    • toString

      public String toString()
      Overrides:
      toString in class Object