public class OpenApiRefundFundDetailPojo extends AlipayObject
| Constructor and Description |
|---|
OpenApiRefundFundDetailPojo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFunds()
Gets funds.
|
String |
getTransIn()
Gets trans in.
|
String |
getTransInType()
Gets trans in type.
|
String |
getType()
Gets type.
|
void |
setFunds(List<String> funds)
Sets funds.
|
void |
setTransIn(String transIn)
Sets trans in.
|
void |
setTransInType(String transInType)
Sets trans in type.
|
void |
setType(String type)
Sets type.
|
public String getTransIn()
public void setTransIn(String transIn)
transIn - the trans inpublic String getTransInType()
public void setTransInType(String transInType)
transInType - the trans in typepublic String getType()
public void setType(String type)
type - the typeCopyright © 2018. All rights reserved.