public class AlipayCommerceIndirectmerchantCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceIndirectmerchantCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIndustryTemplateCode() |
String |
getLoginId() |
String |
getLogoImageId() |
String |
getLogoUrl() |
String |
getMerchantAppId() |
String |
getMerchantName() |
List<MerchantSettleRelationProcessorRequest> |
getMerchantSettleRelationList() |
String |
getPhone() |
String |
getSmid() |
void |
setIndustryTemplateCode(String industryTemplateCode) |
void |
setLoginId(String loginId) |
void |
setLogoImageId(String logoImageId) |
void |
setLogoUrl(String logoUrl) |
void |
setMerchantAppId(String merchantAppId) |
void |
setMerchantName(String merchantName) |
void |
setMerchantSettleRelationList(List<MerchantSettleRelationProcessorRequest> merchantSettleRelationList) |
void |
setPhone(String phone) |
void |
setSmid(String smid) |
public AlipayCommerceIndirectmerchantCreateModel()
public String getIndustryTemplateCode()
public void setIndustryTemplateCode(String industryTemplateCode)
public String getLoginId()
public void setLoginId(String loginId)
public String getLogoImageId()
public void setLogoImageId(String logoImageId)
public String getLogoUrl()
public void setLogoUrl(String logoUrl)
public String getMerchantAppId()
public void setMerchantAppId(String merchantAppId)
public String getMerchantName()
public void setMerchantName(String merchantName)
public List<MerchantSettleRelationProcessorRequest> getMerchantSettleRelationList()
public void setMerchantSettleRelationList(List<MerchantSettleRelationProcessorRequest> merchantSettleRelationList)
public String getPhone()
public void setPhone(String phone)
public String getSmid()
public void setSmid(String smid)
Copyright © 2024. All rights reserved.