public class RefundDetail extends AlipayObject
Constructor and Description |
---|
RefundDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundMemo()
Gets refund memo.
|
List<RefundRoyaltyInfo> |
getRefundRoyaltys()
Gets refund royaltys.
|
String |
getRefundSupplAmount()
Gets refund suppl amount.
|
String |
getRefundSupplMemo()
Gets refund suppl memo.
|
String |
getTradeNo()
Gets trade no.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundMemo(String refundMemo)
Sets refund memo.
|
void |
setRefundRoyaltys(List<RefundRoyaltyInfo> refundRoyaltys)
Sets refund royaltys.
|
void |
setRefundSupplAmount(String refundSupplAmount)
Sets refund suppl amount.
|
void |
setRefundSupplMemo(String refundSupplMemo)
Sets refund suppl memo.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getRefundMemo()
public void setRefundMemo(String refundMemo)
refundMemo
- the refund memopublic List<RefundRoyaltyInfo> getRefundRoyaltys()
public void setRefundRoyaltys(List<RefundRoyaltyInfo> refundRoyaltys)
refundRoyaltys
- the refund royaltyspublic String getRefundSupplAmount()
public void setRefundSupplAmount(String refundSupplAmount)
refundSupplAmount
- the refund suppl amountpublic String getRefundSupplMemo()
public void setRefundSupplMemo(String refundSupplMemo)
refundSupplMemo
- the refund suppl memopublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.