public class AlipayTradeRefundResponse extends AlipayResponse
Constructor and Description |
---|
AlipayTradeRefundResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getBuyerUserId()
Gets buyer user id.
|
String |
getFundChange()
Gets fund change.
|
Date |
getGmtRefundPay()
Gets gmt refund pay.
|
String |
getOpenId()
Gets open id.
|
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 |
getRefundCurrency()
Gets refund currency.
|
List<TradeFundBill> |
getRefundDetailItemList()
Gets refund detail item list.
|
String |
getRefundFee()
Gets refund fee.
|
PresetPayToolInfo |
getRefundPresetPaytoolList()
Gets refund preset paytool list.
|
String |
getSendBackFee()
Gets send back fee.
|
String |
getStoreName()
Gets store name.
|
String |
getTradeNo()
Gets trade no.
|
void |
setBuyerLogonId(String buyerLogonId)
Sets buyer logon id.
|
void |
setBuyerUserId(String buyerUserId)
Sets buyer user id.
|
void |
setFundChange(String fundChange)
Sets fund change.
|
void |
setGmtRefundPay(Date gmtRefundPay)
Sets gmt refund pay.
|
void |
setOpenId(String openId)
Sets open id.
|
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 |
setRefundCurrency(String refundCurrency)
Sets refund currency.
|
void |
setRefundDetailItemList(List<TradeFundBill> refundDetailItemList)
Sets refund detail item list.
|
void |
setRefundFee(String refundFee)
Sets refund fee.
|
void |
setRefundPresetPaytoolList(PresetPayToolInfo refundPresetPaytoolList)
Sets refund preset paytool list.
|
void |
setSendBackFee(String sendBackFee)
Sets send back fee.
|
void |
setStoreName(String storeName)
Sets store name.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setBuyerLogonId(String buyerLogonId)
buyerLogonId
- the buyer logon idpublic String getBuyerLogonId()
public void setBuyerUserId(String buyerUserId)
buyerUserId
- the buyer user idpublic String getBuyerUserId()
public void setFundChange(String fundChange)
fundChange
- the fund changepublic String getFundChange()
public void setGmtRefundPay(Date gmtRefundPay)
gmtRefundPay
- the gmt refund paypublic Date getGmtRefundPay()
public void setOpenId(String openId)
openId
- the open idpublic String getOpenId()
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 setRefundCurrency(String refundCurrency)
refundCurrency
- the refund currencypublic String getRefundCurrency()
public void setRefundDetailItemList(List<TradeFundBill> refundDetailItemList)
refundDetailItemList
- the refund detail item listpublic List<TradeFundBill> getRefundDetailItemList()
public void setRefundFee(String refundFee)
refundFee
- the refund feepublic String getRefundFee()
public void setRefundPresetPaytoolList(PresetPayToolInfo refundPresetPaytoolList)
refundPresetPaytoolList
- the refund preset paytool listpublic PresetPayToolInfo getRefundPresetPaytoolList()
public void setSendBackFee(String sendBackFee)
sendBackFee
- the send back feepublic String getSendBackFee()
public void setStoreName(String storeName)
storeName
- the store namepublic String getStoreName()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.