public class WebPaymentRequest extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private @NotEmpty(message="{TIRSCI.WebPaymentRequest.description}") String |
description |
private @NotEmpty(message="{TIRSCI.WebPaymentRequest.orderId}") String |
orderId
订单ID
|
private int |
totalFee
商品金额
|
| 构造器和说明 |
|---|
WebPaymentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
获取 @NotEmpty(message = "{TIRSCI.WebPaymentRequest.description}") @Schema(description = "商铺描述")
|
String |
getOrderId()
获取 订单ID
|
int |
getTotalFee()
获取 商品金额
|
void |
setDescription(String description)
设置 @NotEmpty(message = "{TIRSCI.WebPaymentRequest.description}") @Schema(description = "商铺描述")
|
void |
setOrderId(String orderId)
设置 订单ID
|
void |
setTotalFee(int totalFee)
设置 商品金额
|
@NotEmpty(message="{TIRSCI.WebPaymentRequest.orderId}")
private @NotEmpty(message="{TIRSCI.WebPaymentRequest.orderId}") String orderId
private int totalFee
@NotEmpty(message="{TIRSCI.WebPaymentRequest.description}")
private @NotEmpty(message="{TIRSCI.WebPaymentRequest.description}") String description
public String getOrderId()
public void setOrderId(String orderId)
orderId - 订单IDpublic int getTotalFee()
public void setTotalFee(int totalFee)
totalFee - 商品金额public String getDescription()
public void setDescription(String description)
description - @NotEmpty(message = "{TIRSCI.WebPaymentRequest.description}") @Schema(description = "商铺描述")Copyright © 2024. All rights reserved.