public class AlipayTradeFastpayRefundQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayTradeFastpayRefundQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getIndustrySepcDetail()
Gets industry sepc detail.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPresentRefundBuyerAmount()
Gets present refund buyer amount.
|
String |
getPresentRefundDiscountAmount()
Gets present refund discount amount.
|
String |
getPresentRefundMdiscountAmount()
Gets present refund mdiscount amount.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundReason()
Gets refund reason.
|
List<RefundRoyaltyResult> |
getRefundRoyaltys()
Gets refund royaltys.
|
String |
getRefundStatus()
Gets refund status.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setIndustrySepcDetail(String industrySepcDetail)
Sets industry sepc detail.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPresentRefundBuyerAmount(String presentRefundBuyerAmount)
Sets present refund buyer amount.
|
void |
setPresentRefundDiscountAmount(String presentRefundDiscountAmount)
Sets present refund discount amount.
|
void |
setPresentRefundMdiscountAmount(String presentRefundMdiscountAmount)
Sets present refund mdiscount amount.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundReason(String refundReason)
Sets refund reason.
|
void |
setRefundRoyaltys(List<RefundRoyaltyResult> refundRoyaltys)
Sets refund royaltys.
|
void |
setRefundStatus(String refundStatus)
Sets refund status.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayTradeFastpayRefundQueryResponse()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode in class AlipayResponseerrorCode - the error codepublic String getErrorCode()
AlipayResponsegetErrorCode in class AlipayResponsepublic void setIndustrySepcDetail(String industrySepcDetail)
industrySepcDetail - the industry sepc detailpublic String getIndustrySepcDetail()
public 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 setPresentRefundBuyerAmount(String presentRefundBuyerAmount)
presentRefundBuyerAmount - the present refund buyer amountpublic String getPresentRefundBuyerAmount()
public void setPresentRefundDiscountAmount(String presentRefundDiscountAmount)
presentRefundDiscountAmount - the present refund discount amountpublic String getPresentRefundDiscountAmount()
public void setPresentRefundMdiscountAmount(String presentRefundMdiscountAmount)
presentRefundMdiscountAmount - the present refund mdiscount amountpublic String getPresentRefundMdiscountAmount()
public void setRefundAmount(String refundAmount)
refundAmount - the refund amountpublic String getRefundAmount()
public void setRefundReason(String refundReason)
refundReason - the refund reasonpublic String getRefundReason()
public void setRefundRoyaltys(List<RefundRoyaltyResult> refundRoyaltys)
refundRoyaltys - the refund royaltyspublic List<RefundRoyaltyResult> getRefundRoyaltys()
public void setRefundStatus(String refundStatus)
refundStatus - the refund statuspublic String getRefundStatus()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTotalAmount()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.