类 AmountRefundNotice
java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.AmountRefundNotice
- 所有已实现的接口:
Serializable
- 作者:
- Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private int用户退款金额 必private int用户支付金额 必private int退款金额 必private int订单金额 必 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
total
private int total订单金额 必 -
refund
private int refund退款金额 必 -
payerTotal
private int payerTotal用户支付金额 必 -
payerRefund
private int payerRefund用户退款金额 必
-
-
构造器详细资料
-
AmountRefundNotice
public AmountRefundNotice()
-