public class P2cNotifyPayRequest extends BaseRequest<P2cNotifyPayResponse>
| 构造器和说明 |
|---|
P2cNotifyPayRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getActualDiscount()
Gets actual discount.
|
Double |
getActualPayPrice()
Gets actual pay price.
|
String |
getChannelId()
Gets channel id.
|
Integer |
getIsCloudTradeNo()
Gets is cloud trade no.
|
Double |
getNeedPayPrice()
Gets need pay price.
|
String |
getOrderNum()
Gets order num.
|
String |
getParkCode()
Gets park code.
|
Integer |
getPayChannel()
Gets pay channel.
|
Integer |
getPayScene()
Gets pay scene.
|
String |
getPayTerminal()
Gets pay terminal.
|
Long |
getPayTime() |
Integer |
getPayWay()
Gets pay way.
|
String |
getPlateNum()
Gets plate num.
|
String |
getTradeNo()
Gets trade no.
|
protected String |
method()
定义接口名称
|
void |
setActualDiscount(Double actualDiscount)
Sets actual discount.
|
void |
setActualPayPrice(Double actualPayPrice)
Sets actual pay price.
|
void |
setChannelId(String channelId)
Sets channel id.
|
void |
setIsCloudTradeNo(Integer isCloudTradeNo)
Sets is cloud trade no.
|
void |
setNeedPayPrice(Double needPayPrice)
Sets need pay price.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setPayChannel(Integer payChannel)
Sets pay channel.
|
void |
setPayScene(Integer payScene)
Sets pay scene.
|
void |
setPayTerminal(String payTerminal)
Sets pay terminal.
|
void |
setPayTime(Long payTime) |
void |
setPayWay(Integer payWay)
Sets pay way.
|
void |
setPlateNum(String plateNum)
Sets plate num.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, versionpublic String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic String getPlateNum()
public void setPlateNum(String plateNum)
plateNum - the plate numpublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic Integer getIsCloudTradeNo()
public void setIsCloudTradeNo(Integer isCloudTradeNo)
isCloudTradeNo - the is cloud trade nopublic Integer getPayChannel()
public void setPayChannel(Integer payChannel)
payChannel - the pay channelpublic Integer getPayWay()
public void setPayWay(Integer payWay)
payWay - the pay waypublic Double getNeedPayPrice()
public void setNeedPayPrice(Double needPayPrice)
needPayPrice - the need pay pricepublic Double getActualPayPrice()
public void setActualPayPrice(Double actualPayPrice)
actualPayPrice - the actual pay pricepublic Double getActualDiscount()
public void setActualDiscount(Double actualDiscount)
actualDiscount - the actual discountpublic String getPayTerminal()
public void setPayTerminal(String payTerminal)
payTerminal - the pay terminalpublic Integer getPayScene()
public void setPayScene(Integer payScene)
payScene - the pay scenepublic String getChannelId()
public void setChannelId(String channelId)
channelId - the channel idpublic Long getPayTime()
public void setPayTime(Long payTime)
protected String method()
BaseRequestmethod 在类中 BaseRequest<P2cNotifyPayResponse>Copyright © 2025. All rights reserved.