public class AlipayTradeRefundApplyResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayTradeRefundApplyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutRequestNo()
Gets out request no.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundStatus()
Gets refund status.
|
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 |
setRefundStatus(String refundStatus)
Sets refund status.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setOutRequestNo(String outRequestNo)
outRequestNo - the out request nopublic String getOutRequestNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getOutTradeNo()
public void setRefundAmount(String refundAmount)
refundAmount - the refund amountpublic String getRefundAmount()
public void setRefundStatus(String refundStatus)
refundStatus - the refund statuspublic String getRefundStatus()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.