public class OrderShopInfo extends AlipayObject
| 构造器和说明 |
|---|
OrderShopInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getAlipayShopId() |
List<OrderExtInfo> |
getExtInfo() |
String |
getMerchantShopId() |
String |
getMerchantShopLinkPage() |
String |
getName() |
String |
getPhoneNum() |
String |
getType() |
void |
setAddress(String address) |
void |
setAlipayShopId(String alipayShopId) |
void |
setExtInfo(List<OrderExtInfo> extInfo) |
void |
setMerchantShopId(String merchantShopId) |
void |
setMerchantShopLinkPage(String merchantShopLinkPage) |
void |
setName(String name) |
void |
setPhoneNum(String phoneNum) |
void |
setType(String type) |
public String getAddress()
public void setAddress(String address)
public String getAlipayShopId()
public void setAlipayShopId(String alipayShopId)
public List<OrderExtInfo> getExtInfo()
public void setExtInfo(List<OrderExtInfo> extInfo)
public String getMerchantShopId()
public void setMerchantShopId(String merchantShopId)
public String getMerchantShopLinkPage()
public void setMerchantShopLinkPage(String merchantShopLinkPage)
public String getName()
public void setName(String name)
public String getPhoneNum()
public void setPhoneNum(String phoneNum)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.