java.lang.Object
com.wechat.pay.java.service.refund.model.Amount

public class Amount extends Object
Amount
  • Constructor Details

    • Amount

      public Amount()
  • Method Details

    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • getRefund

      public Long getRefund()
    • setRefund

      public void setRefund(Long refund)
    • getFrom

      public List<FundsFromItem> getFrom()
    • setFrom

      public void setFrom(List<FundsFromItem> from)
    • getPayerTotal

      public Long getPayerTotal()
    • setPayerTotal

      public void setPayerTotal(Long payerTotal)
    • getPayerRefund

      public Long getPayerRefund()
    • setPayerRefund

      public void setPayerRefund(Long payerRefund)
    • getSettlementRefund

      public Long getSettlementRefund()
    • setSettlementRefund

      public void setSettlementRefund(Long settlementRefund)
    • getSettlementTotal

      public Long getSettlementTotal()
    • setSettlementTotal

      public void setSettlementTotal(Long settlementTotal)
    • getDiscountRefund

      public Long getDiscountRefund()
    • setDiscountRefund

      public void setDiscountRefund(Long discountRefund)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getRefundFee

      public Long getRefundFee()
    • setRefundFee

      public void setRefundFee(Long refundFee)
    • toString

      public String toString()
      Overrides:
      toString in class Object