public class MerchantInstConfig extends AlipayObject
Constructor and Description |
---|
MerchantInstConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getEnName()
Gets en name.
|
String |
getOrderType()
Gets order type.
|
String |
getScene()
Gets scene.
|
String |
getZhName()
Gets zh name.
|
void |
setEnName(String enName)
Sets en name.
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setScene(String scene)
Sets scene.
|
void |
setZhName(String zhName)
Sets zh name.
|
public String getEnName()
public void setEnName(String enName)
enName
- the en namepublic String getOrderType()
public void setOrderType(String orderType)
orderType
- the order typepublic String getScene()
public void setScene(String scene)
scene
- the scenepublic String getZhName()
public void setZhName(String zhName)
zhName
- the zh nameCopyright © 2018. All rights reserved.