public class QueryCompanyTitleRequest extends AbstractModel
skipSign
Constructor and Description |
---|
QueryCompanyTitleRequest() |
QueryCompanyTitleRequest(QueryCompanyTitleRequest 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 |
getCompanyTitleKeyword()
Get 公司抬头关键字
|
Long |
getInvoicePlatformId()
Get 开票平台ID。0:高灯,1:票易通
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox。
|
String |
getSellerTaxpayerNum()
Get 销方纳税人识别号
|
void |
setCompanyTitleKeyword(String CompanyTitleKeyword)
Set 公司抬头关键字
|
void |
setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID。0:高灯,1:票易通
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox。
|
void |
setSellerTaxpayerNum(String SellerTaxpayerNum)
Set 销方纳税人识别号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryCompanyTitleRequest()
public QueryCompanyTitleRequest(QueryCompanyTitleRequest source)
public String getCompanyTitleKeyword()
public void setCompanyTitleKeyword(String CompanyTitleKeyword)
CompanyTitleKeyword
- 公司抬头关键字public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId
- 开票平台ID。0:高灯,1:票易通public String getSellerTaxpayerNum()
public void setSellerTaxpayerNum(String SellerTaxpayerNum)
SellerTaxpayerNum
- 销方纳税人识别号public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandbox。Copyright © 2023. All rights reserved.