public static class P2cQueryPayResultResponse.P2cQueryPayResultItem extends Object
| 构造器和说明 |
|---|
P2cQueryPayResultItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannelCode()
Gets channel code.
|
BigDecimal |
getDiscountPrice()
Gets discount price.
|
String |
getOrderNum()
Gets order num.
|
BigDecimal |
getPaidPrice()
Gets paid price.
|
String |
getParkCode()
Gets park code.
|
String |
getParkName()
Gets park name.
|
Integer |
getPayChannel()
Gets pay channel.
|
Long |
getPayTime()
Gets pay time.
|
Integer |
getPayWay()
Gets pay way.
|
BigDecimal |
getTotalPrice()
Gets total price.
|
String |
getTradeNo()
Gets trade no.
|
void |
setChannelCode(String channelCode)
Sets channel code.
|
void |
setDiscountPrice(BigDecimal discountPrice)
Sets discount price.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setPaidPrice(BigDecimal paidPrice)
Sets paid price.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setParkName(String parkName)
Sets park name.
|
void |
setPayChannel(Integer payChannel)
Sets pay channel.
|
void |
setPayTime(Long payTime)
Sets pay time.
|
void |
setPayWay(Integer payWay)
Sets pay way.
|
void |
setTotalPrice(BigDecimal totalPrice)
Sets total price.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic String getParkName()
public void setParkName(String parkName)
parkName - the park namepublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic Long getPayTime()
public void setPayTime(Long payTime)
payTime - the pay timepublic BigDecimal getTotalPrice()
public void setTotalPrice(BigDecimal totalPrice)
totalPrice - the total pricepublic BigDecimal getPaidPrice()
public void setPaidPrice(BigDecimal paidPrice)
paidPrice - the paid pricepublic BigDecimal getDiscountPrice()
public void setDiscountPrice(BigDecimal discountPrice)
discountPrice - the discount pricepublic Integer getPayChannel()
public void setPayChannel(Integer payChannel)
payChannel - the pay channelpublic Integer getPayWay()
public void setPayWay(Integer payWay)
payWay - the pay waypublic String getChannelCode()
public void setChannelCode(String channelCode)
channelCode - the channel codeCopyright © 2025. All rights reserved.