public class RefundAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
currency
符合ISO 4217标准的三位字母代码,目前只支持人民币:CNY。
|
private List<RefundForm> |
form
退款出资账户及金额
|
private Long |
refund
退款金额,币种的最小单位,只能为整数,不能超过原订单支付金额。
|
private Long |
total
原订单金额,币种的最小单位,只能为整数,不能超过原订单支付金额。
|
| Constructor and Description |
|---|
RefundAmount(long total,
Long refund)
Instantiates a new Refund amount.
|
RefundAmount(long total,
Long refund,
List<RefundForm> form)
Instantiates a new Refund amount.
|
private final Long total
private final String currency
private final Long refund
private final List<RefundForm> form
public RefundAmount(long total,
Long refund)
total - the totalrefund - the refundpublic RefundAmount(long total,
Long refund,
List<RefundForm> form)
total - the totalrefund - the refundform - the formCopyright © 2023. All rights reserved.