public class CreateMerchantRequest extends AbstractModel
Constructor and Description |
---|
CreateMerchantRequest() |
CreateMerchantRequest(CreateMerchantRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get 不包含省市名称的地址
|
String |
getBankAccount()
Get 银行账号
|
String |
getBankName()
Get 银行名称
|
String |
getBusinessMobile()
Get 企业电话
|
String |
getCallbackUrl()
Get 接收推送的消息地址
|
String |
getCityName()
Get 市(地区)名称
|
String |
getContactsName()
Get 联系人
|
String |
getDrawer()
Get 开票人
|
String |
getEmail()
Get 联系人邮箱地址
|
Long |
getInvoicePlatformId()
Get 开票平台ID
|
String |
getLegalPersonName()
Get 注册企业法定代表人名称
|
String |
getPayee()
Get 收款人
|
String |
getPhone()
Get 联系人手机号
|
String |
getProfile()
Get 接入环境。沙箱环境填 sandbox。
|
Long |
getRegionCode()
Get 地区编码
|
String |
getRegisterCode()
Get 注册邀请码
|
String |
getReviewer()
Get 复核人
|
String |
getState()
Get 不填默认为1,有效状态
0:表示无效;
1:表示有效;
2:表示禁止开蓝票;
3:表示禁止冲红。
|
String |
getTaxpayerName()
Get 企业名称
|
String |
getTaxpayerNum()
Get 销方纳税人识别号
|
String |
getTaxRegistrationCertificate()
Get 税务登记证图片(Base64)字符串,需小于 3M
|
void |
setAddress(String Address)
Set 不包含省市名称的地址
|
void |
setBankAccount(String BankAccount)
Set 银行账号
|
void |
setBankName(String BankName)
Set 银行名称
|
void |
setBusinessMobile(String BusinessMobile)
Set 企业电话
|
void |
setCallbackUrl(String CallbackUrl)
Set 接收推送的消息地址
|
void |
setCityName(String CityName)
Set 市(地区)名称
|
void |
setContactsName(String ContactsName)
Set 联系人
|
void |
setDrawer(String Drawer)
Set 开票人
|
void |
setEmail(String Email)
Set 联系人邮箱地址
|
void |
setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID
|
void |
setLegalPersonName(String LegalPersonName)
Set 注册企业法定代表人名称
|
void |
setPayee(String Payee)
Set 收款人
|
void |
setPhone(String Phone)
Set 联系人手机号
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填 sandbox。
|
void |
setRegionCode(Long RegionCode)
Set 地区编码
|
void |
setRegisterCode(String RegisterCode)
Set 注册邀请码
|
void |
setReviewer(String Reviewer)
Set 复核人
|
void |
setState(String State)
Set 不填默认为1,有效状态
0:表示无效;
1:表示有效;
2:表示禁止开蓝票;
3:表示禁止冲红。
|
void |
setTaxpayerName(String TaxpayerName)
Set 企业名称
|
void |
setTaxpayerNum(String TaxpayerNum)
Set 销方纳税人识别号
|
void |
setTaxRegistrationCertificate(String TaxRegistrationCertificate)
Set 税务登记证图片(Base64)字符串,需小于 3M
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateMerchantRequest()
public CreateMerchantRequest(CreateMerchantRequest source)
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId
- 开票平台IDpublic String getTaxpayerName()
public void setTaxpayerName(String TaxpayerName)
TaxpayerName
- 企业名称public String getTaxpayerNum()
public void setTaxpayerNum(String TaxpayerNum)
TaxpayerNum
- 销方纳税人识别号public String getLegalPersonName()
public void setLegalPersonName(String LegalPersonName)
LegalPersonName
- 注册企业法定代表人名称public String getContactsName()
public void setContactsName(String ContactsName)
ContactsName
- 联系人public String getPhone()
public void setPhone(String Phone)
Phone
- 联系人手机号public String getAddress()
public void setAddress(String Address)
Address
- 不包含省市名称的地址public Long getRegionCode()
public void setRegionCode(Long RegionCode)
RegionCode
- 地区编码public String getCityName()
public void setCityName(String CityName)
CityName
- 市(地区)名称public String getDrawer()
public void setDrawer(String Drawer)
Drawer
- 开票人public String getTaxRegistrationCertificate()
public void setTaxRegistrationCertificate(String TaxRegistrationCertificate)
TaxRegistrationCertificate
- 税务登记证图片(Base64)字符串,需小于 3Mpublic String getEmail()
public void setEmail(String Email)
Email
- 联系人邮箱地址public String getBusinessMobile()
public void setBusinessMobile(String BusinessMobile)
BusinessMobile
- 企业电话public String getBankName()
public void setBankName(String BankName)
BankName
- 银行名称public String getBankAccount()
public void setBankAccount(String BankAccount)
BankAccount
- 银行账号public String getReviewer()
public void setReviewer(String Reviewer)
Reviewer
- 复核人public String getPayee()
public void setPayee(String Payee)
Payee
- 收款人public String getRegisterCode()
public void setRegisterCode(String RegisterCode)
RegisterCode
- 注册邀请码public String getState()
public void setState(String State)
State
- 不填默认为1,有效状态
0:表示无效;
1:表示有效;
2:表示禁止开蓝票;
3:表示禁止冲红。public String getCallbackUrl()
public void setCallbackUrl(String CallbackUrl)
CallbackUrl
- 接收推送的消息地址public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填 sandbox。Copyright © 2022. All rights reserved.