public class PayRefundForm extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private @NotNull int |
orderAmount
订单总金额(分)
|
private String |
outRefundNo
退款单号,不指定则系统生成
对应支付宝的 out_request_no
对应微信的 out_refund_no
|
private @NotNull String |
outTradeNo
商户订单号
|
private @NotNull PayChannel |
payChannel
支付通道
|
private @NotNull int |
refundAmount
退款金额(分)
|
private String |
refundReason
退款原因
|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
PayRefundForm() |
private static final long serialVersionUID
@NotNull private @NotNull PayChannel payChannel
@NotNull private @NotNull String outTradeNo
private String outRefundNo
@NotNull private @NotNull int refundAmount
@NotNull private @NotNull int orderAmount
private String refundReason
Copyright © 2023. All rights reserved.