public class AlipayRefundRequest extends Object
| 构造器和说明 |
|---|
AlipayRefundRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOutRequestNo()
Gets out request no.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundReason()
Gets refund reason.
|
String |
getStoreId()
Gets store id.
|
String |
getTerminalId()
Gets terminal id.
|
String |
getTradeNo()
Gets trade no.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundReason(String refundReason)
Sets refund reason.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setTerminalId(String terminalId)
Sets terminal id.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
String |
toString() |
public String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo - the out request nopublic String getTerminalId()
public void setTerminalId(String terminalId)
terminalId - the terminal idpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getOutTradeNo()
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount - the refund amountpublic void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getRefundReason()
public void setRefundReason(String refundReason)
refundReason - the refund reasonCopyright © 2018. All rights reserved.