java.lang.Object
com.wechat.pay.java.service.weixinpayscanandride.model.QueryOrderAmount

public class QueryOrderAmount extends Object
QueryOrderAmount
  • Constructor Details

    • QueryOrderAmount

      public QueryOrderAmount()
  • Method Details

    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • getPayerTotal

      public Long getPayerTotal()
    • setPayerTotal

      public void setPayerTotal(Long payerTotal)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • toString

      public String toString()
      Overrides:
      toString in class Object