public static class RefundParams.RefundAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
currency
符合ISO 4217标准的三位字母代码,目前只支持人民币:CNY。
|
private Integer |
refund
退款金额,币种的最小单位,只能为整数,不能超过原订单支付金额。
|
private Integer |
total
原订单金额,币种的最小单位,只能为整数,不能超过原订单支付金额。
|
| Constructor and Description |
|---|
RefundAmount() |
Copyright © 2021. All rights reserved.