public class AntMerchantExpandTradeorderRefundResponse extends AlipayResponse
| 构造器和说明 |
|---|
AntMerchantExpandTradeorderRefundResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBuyerId() |
Date |
getGmtRefund() |
Long |
getRefundAmount() |
String |
getRefundOrderId() |
String |
getRefundStatus() |
String |
getSellerId() |
void |
setBuyerId(String buyerId) |
void |
setGmtRefund(Date gmtRefund) |
void |
setRefundAmount(Long refundAmount) |
void |
setRefundOrderId(String refundOrderId) |
void |
setRefundStatus(String refundStatus) |
void |
setSellerId(String sellerId) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AntMerchantExpandTradeorderRefundResponse()
public void setBuyerId(String buyerId)
public String getBuyerId()
public void setGmtRefund(Date gmtRefund)
public Date getGmtRefund()
public void setRefundAmount(Long refundAmount)
public Long getRefundAmount()
public void setRefundOrderId(String refundOrderId)
public String getRefundOrderId()
public void setRefundStatus(String refundStatus)
public String getRefundStatus()
public void setSellerId(String sellerId)
public String getSellerId()
Copyright © 2023. All rights reserved.