public class AlipayCommerceTransportCarrentalServiceSubmitModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceTransportCarrentalServiceSubmitModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ExtraInfo> |
getExtraInfo() |
CarRentalMerchantInfo |
getMerchantInfo() |
String |
getServiceAction() |
String |
getServiceDescription() |
String |
getServiceName() |
String |
getServiceType() |
String |
getServiceUrl() |
CarRentalStoreInfo |
getStoreInfo() |
void |
setExtraInfo(List<ExtraInfo> extraInfo) |
void |
setMerchantInfo(CarRentalMerchantInfo merchantInfo) |
void |
setServiceAction(String serviceAction) |
void |
setServiceDescription(String serviceDescription) |
void |
setServiceName(String serviceName) |
void |
setServiceType(String serviceType) |
void |
setServiceUrl(String serviceUrl) |
void |
setStoreInfo(CarRentalStoreInfo storeInfo) |
public AlipayCommerceTransportCarrentalServiceSubmitModel()
public CarRentalMerchantInfo getMerchantInfo()
public void setMerchantInfo(CarRentalMerchantInfo merchantInfo)
public String getServiceAction()
public void setServiceAction(String serviceAction)
public String getServiceDescription()
public void setServiceDescription(String serviceDescription)
public String getServiceName()
public void setServiceName(String serviceName)
public String getServiceType()
public void setServiceType(String serviceType)
public String getServiceUrl()
public void setServiceUrl(String serviceUrl)
public CarRentalStoreInfo getStoreInfo()
public void setStoreInfo(CarRentalStoreInfo storeInfo)
Copyright © 2023. All rights reserved.