public class RefundAmountDetail extends RefundAmount
| Modifier and Type | Field and Description |
|---|---|
private Long |
discountRefund
优惠退款金额小于等于退款金额,退款金额-代金券或立减优惠退款金额为现金,说明详见代金券或立减优惠,单位为分
|
private Long |
payerRefund
退款给用户的金额,不包含所有优惠券金额
|
private Long |
payerTotal
用户支付金额
|
private Long |
refundFee
手续费退款金额,单位为分。
|
private Long |
settlementRefund
去掉非充值代金券退款金额后的退款金额,单位为分,退款金额等于(申请退款金额减去非充值代金券退款金额),退款金额小于等于申请退款金额
|
private Long |
settlementTotal
应结订单金额等于(订单金额减去免充值代金券金额),应结订单金额小于等于订单金额,单位为分
|
| Constructor and Description |
|---|
RefundAmountDetail(Long total,
Long refund,
List<RefundForm> form)
Instantiates a new Refund amount detail.
|
private Long payerTotal
private Long payerRefund
private Long settlementRefund
private Long settlementTotal
private Long discountRefund
private Long refundFee
public RefundAmountDetail(Long total, Long refund, List<RefundForm> form)
total - the totalrefund - the refundform - the formCopyright © 2023. All rights reserved.