public class RefundList extends AlipayObject
| 构造器和说明 |
|---|
RefundList() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DiscountInfos> |
getDiscountInfos() |
String |
getExtInfos() |
String |
getOutRefundId() |
String |
getRefundAmount() |
String |
getRefundDiscountAmount() |
String |
getRefundId() |
String |
getRefundMethod() |
void |
setDiscountInfos(List<DiscountInfos> discountInfos) |
void |
setExtInfos(String extInfos) |
void |
setOutRefundId(String outRefundId) |
void |
setRefundAmount(String refundAmount) |
void |
setRefundDiscountAmount(String refundDiscountAmount) |
void |
setRefundId(String refundId) |
void |
setRefundMethod(String refundMethod) |
public List<DiscountInfos> getDiscountInfos()
public void setDiscountInfos(List<DiscountInfos> discountInfos)
public String getExtInfos()
public void setExtInfos(String extInfos)
public String getOutRefundId()
public void setOutRefundId(String outRefundId)
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
public String getRefundDiscountAmount()
public void setRefundDiscountAmount(String refundDiscountAmount)
public String getRefundId()
public void setRefundId(String refundId)
public String getRefundMethod()
public void setRefundMethod(String refundMethod)
Copyright © 2020. All rights reserved.