Class Amount
java.lang.Object
com.wechat.pay.java.service.refund.model.Amount
Amount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
getTotal()
void
setCurrency
(String currency) void
setDiscountRefund
(Long discountRefund) void
setFrom
(List<FundsFromItem> from) void
setPayerRefund
(Long payerRefund) void
setPayerTotal
(Long payerTotal) void
void
setRefundFee
(Long refundFee) void
setSettlementRefund
(Long settlementRefund) void
setSettlementTotal
(Long settlementTotal) void
toString()
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details
-
getTotal
-
setTotal
-
getRefund
-
setRefund
-
getFrom
-
setFrom
-
getPayerTotal
-
setPayerTotal
-
getPayerRefund
-
setPayerRefund
-
getSettlementRefund
-
setSettlementRefund
-
getSettlementTotal
-
setSettlementTotal
-
getDiscountRefund
-
setDiscountRefund
-
getCurrency
-
setCurrency
-
getRefundFee
-
setRefundFee
-
toString
-