public class AlipayTradeRefundApplyModel extends AlipayObject
| Constructor and Description |
|---|
AlipayTradeRefundApplyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtendParams()
Gets extend params.
|
String |
getOperatorId()
Gets operator id.
|
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 |
setExtendParams(String extendParams)
Sets extend params.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
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.
|
public String getExtendParams()
public void setExtendParams(String extendParams)
extendParams - the extend paramspublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId - the operator idpublic String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo - the out request nopublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount - the refund amountpublic String getRefundReason()
public void setRefundReason(String refundReason)
refundReason - the refund reasonpublic String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getTerminalId()
public void setTerminalId(String terminalId)
terminalId - the terminal idpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade noCopyright © 2018. All rights reserved.