public class OrderShopInfoResult extends AlipayObject
| 构造器和说明 |
|---|
OrderShopInfoResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getMerchantShopId() |
String |
getName() |
String |
getPhoneNum() |
void |
setAddress(String address) |
void |
setMerchantShopId(String merchantShopId) |
void |
setName(String name) |
void |
setPhoneNum(String phoneNum) |
public String getAddress()
public void setAddress(String address)
public String getMerchantShopId()
public void setMerchantShopId(String merchantShopId)
public String getName()
public void setName(String name)
public String getPhoneNum()
public void setPhoneNum(String phoneNum)
Copyright © 2020. All rights reserved.