类 P2cQueryPayResultResponse.P2cQueryPayResultItem
java.lang.Object
com.icetech.sdk.response.p2c.pay.P2cQueryPayResultResponse.P2cQueryPayResultItem
The type P 2 c query pay result item.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets channel code.Gets discount price.Gets order num.Gets paid price.Gets park code.Gets park name.Gets pay channel.Gets pay time.Gets pay way.Gets total price.Gets trade no.voidsetChannelCode(String channelCode) Sets channel code.voidsetDiscountPrice(BigDecimal discountPrice) Sets discount price.voidsetOrderNum(String orderNum) Sets order num.voidsetPaidPrice(BigDecimal paidPrice) Sets paid price.voidsetParkCode(String parkCode) Sets park code.voidsetParkName(String parkName) Sets park name.voidsetPayChannel(Integer payChannel) Sets pay channel.voidsetPayTime(Long payTime) Sets pay time.voidSets pay way.voidsetTotalPrice(BigDecimal totalPrice) Sets total price.voidsetTradeNo(String tradeNo) Sets trade no.
-
构造器详细资料
-
P2cQueryPayResultItem
public P2cQueryPayResultItem()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getParkName
Gets park name.- 返回:
- the park name
-
setParkName
Sets park name.- 参数:
parkName- the park name
-
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
-
getPayTime
Gets pay time.- 返回:
- the pay time
-
setPayTime
Sets pay time.- 参数:
payTime- the pay time
-
getTotalPrice
Gets total price.- 返回:
- the total price
-
setTotalPrice
Sets total price.- 参数:
totalPrice- the total price
-
getPaidPrice
Gets paid price.- 返回:
- the paid price
-
setPaidPrice
Sets paid price.- 参数:
paidPrice- the paid price
-
getDiscountPrice
Gets discount price.- 返回:
- the discount price
-
setDiscountPrice
Sets discount price.- 参数:
discountPrice- the discount price
-
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
-
getChannelCode
Gets channel code.- 返回:
- the channel code
-
setChannelCode
Sets channel code.- 参数:
channelCode- the channel code
-