类 P2cNotifyPayRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cNotifyPayResponse>
com.icetech.sdk.request.p2c.pay.P2cNotifyPayRequest
The type P 2 c notify pay request.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets actual discount.Gets actual pay price.Gets channel id.Gets is cloud trade no.Gets need pay price.Gets order num.Gets park code.Gets pay channel.Gets pay scene.Gets pay terminal.Gets pay way.Gets plate num.Gets trade no.protected Stringmethod()定义接口名称voidsetActualDiscount(Double actualDiscount) Sets actual discount.voidsetActualPayPrice(Double actualPayPrice) Sets actual pay price.voidsetChannelId(String channelId) Sets channel id.voidsetIsCloudTradeNo(Integer isCloudTradeNo) Sets is cloud trade no.voidsetNeedPayPrice(Double needPayPrice) Sets need pay price.voidsetOrderNum(String orderNum) Sets order num.voidsetParkCode(String parkCode) Sets park code.voidsetPayChannel(Integer payChannel) Sets pay channel.voidsetPayScene(Integer payScene) Sets pay scene.voidsetPayTerminal(String payTerminal) Sets pay terminal.voidsetPayTime(Long payTime) voidSets pay way.voidsetPlateNum(String plateNum) Sets plate num.voidsetTradeNo(String tradeNo) Sets trade no.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cNotifyPayRequest
public P2cNotifyPayRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getPlateNum
Gets plate num.- 返回:
- the plate num
-
setPlateNum
Sets plate num.- 参数:
plateNum- the plate num
-
getOrderNum
Gets order num.- 返回:
- the order num
-
setOrderNum
Sets order num.- 参数:
orderNum- the order num
-
getTradeNo
Gets trade no.- 返回:
- the trade no
-
setTradeNo
Sets trade no.- 参数:
tradeNo- the trade no
-
getIsCloudTradeNo
Gets is cloud trade no.- 返回:
- the is cloud trade no
-
setIsCloudTradeNo
Sets is cloud trade no.- 参数:
isCloudTradeNo- the is cloud trade no
-
getPayChannel
Gets pay channel.- 返回:
- the pay channel
-
setPayChannel
Sets pay channel.- 参数:
payChannel- the pay channel
-
getPayWay
Gets pay way.- 返回:
- the pay way
-
setPayWay
Sets pay way.- 参数:
payWay- the pay way
-
getNeedPayPrice
Gets need pay price.- 返回:
- the need pay price
-
setNeedPayPrice
Sets need pay price.- 参数:
needPayPrice- the need pay price
-
getActualPayPrice
Gets actual pay price.- 返回:
- the actual pay price
-
setActualPayPrice
Sets actual pay price.- 参数:
actualPayPrice- the actual pay price
-
getActualDiscount
Gets actual discount.- 返回:
- the actual discount
-
setActualDiscount
Sets actual discount.- 参数:
actualDiscount- the actual discount
-
getPayTerminal
Gets pay terminal.- 返回:
- the pay terminal
-
setPayTerminal
Sets pay terminal.- 参数:
payTerminal- the pay terminal
-
getPayScene
Gets pay scene.- 返回:
- the pay scene
-
setPayScene
Sets pay scene.- 参数:
payScene- the pay scene
-
getChannelId
Gets channel id.- 返回:
- the channel id
-
setChannelId
Sets channel id.- 参数:
channelId- the channel id
-
getPayTime
-
setPayTime
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cNotifyPayResponse>- 返回:
- 接口名称
-