| 构造器和说明 |
|---|
AlipayF2FRefundResult(com.alipay.api.response.AlipayTradeRefundResponse response)
Instantiates a new Alipay f 2 f refund result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.alipay.api.response.AlipayTradeRefundResponse |
getResponse()
Gets response.
|
TradeStatus |
getTradeStatus()
Gets trade status.
|
boolean |
isTradeSuccess()
Is trade success boolean.
|
void |
setResponse(com.alipay.api.response.AlipayTradeRefundResponse response)
Sets response.
|
void |
setTradeStatus(TradeStatus tradeStatus)
Sets trade status.
|
public AlipayF2FRefundResult(com.alipay.api.response.AlipayTradeRefundResponse response)
response - the responsepublic void setTradeStatus(TradeStatus tradeStatus)
tradeStatus - the trade statuspublic void setResponse(com.alipay.api.response.AlipayTradeRefundResponse response)
response - the responsepublic TradeStatus getTradeStatus()
public com.alipay.api.response.AlipayTradeRefundResponse getResponse()
public boolean isTradeSuccess()
ResultisTradeSuccess 在接口中 ResultCopyright © 2018. All rights reserved.