public class AlipayTradeRefundModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeRefundModel() |
Modifier and Type | Method and Description |
---|---|
List<GoodsDetail> |
getGoodsDetail()
Gets goods detail.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOrgPid()
Gets org pid.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundCurrency()
Gets refund currency.
|
String |
getRefundReason()
Gets refund reason.
|
List<OpenApiRoyaltyDetailInfoPojo> |
getRefundRoyaltyParameters()
Gets refund royalty parameters.
|
String |
getStoreId()
Gets store id.
|
String |
getTerminalId()
Gets terminal id.
|
String |
getTradeNo()
Gets trade no.
|
void |
setGoodsDetail(List<GoodsDetail> goodsDetail)
Sets goods detail.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOrgPid(String orgPid)
Sets org pid.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundCurrency(String refundCurrency)
Sets refund currency.
|
void |
setRefundReason(String refundReason)
Sets refund reason.
|
void |
setRefundRoyaltyParameters(List<OpenApiRoyaltyDetailInfoPojo> refundRoyaltyParameters)
Sets refund royalty parameters.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setTerminalId(String terminalId)
Sets terminal id.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public List<GoodsDetail> getGoodsDetail()
public void setGoodsDetail(List<GoodsDetail> goodsDetail)
goodsDetail
- the goods detailpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOrgPid()
public void setOrgPid(String orgPid)
orgPid
- the org pidpublic 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 getRefundCurrency()
public void setRefundCurrency(String refundCurrency)
refundCurrency
- the refund currencypublic String getRefundReason()
public void setRefundReason(String refundReason)
refundReason
- the refund reasonpublic List<OpenApiRoyaltyDetailInfoPojo> getRefundRoyaltyParameters()
public void setRefundRoyaltyParameters(List<OpenApiRoyaltyDetailInfoPojo> refundRoyaltyParameters)
refundRoyaltyParameters
- the refund royalty parameterspublic 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.