public class RefundList extends AlipayObject
Constructor and Description |
---|
RefundList() |
Modifier and Type | Method and Description |
---|---|
List<DiscountInfos> |
getDiscountInfos()
Gets discount infos.
|
String |
getExtInfos()
Gets ext infos.
|
String |
getOutRefundId()
Gets out refund id.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundDiscountAmount()
Gets refund discount amount.
|
String |
getRefundId()
Gets refund id.
|
String |
getRefundMethod()
Gets refund method.
|
void |
setDiscountInfos(List<DiscountInfos> discountInfos)
Sets discount infos.
|
void |
setExtInfos(String extInfos)
Sets ext infos.
|
void |
setOutRefundId(String outRefundId)
Sets out refund id.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundDiscountAmount(String refundDiscountAmount)
Sets refund discount amount.
|
void |
setRefundId(String refundId)
Sets refund id.
|
void |
setRefundMethod(String refundMethod)
Sets refund method.
|
public List<DiscountInfos> getDiscountInfos()
public void setDiscountInfos(List<DiscountInfos> discountInfos)
discountInfos
- the discount infospublic String getExtInfos()
public void setExtInfos(String extInfos)
extInfos
- the ext infospublic String getOutRefundId()
public void setOutRefundId(String outRefundId)
outRefundId
- the out refund idpublic String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getRefundDiscountAmount()
public void setRefundDiscountAmount(String refundDiscountAmount)
refundDiscountAmount
- the refund discount amountpublic String getRefundId()
public void setRefundId(String refundId)
refundId
- the refund idpublic String getRefundMethod()
public void setRefundMethod(String refundMethod)
refundMethod
- the refund methodCopyright © 2018. All rights reserved.