Class CreateAgentTaxPaymentInfosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateAgentTaxPaymentInfosRequest
-
public class CreateAgentTaxPaymentInfosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAgentTaxPaymentInfosRequest()CreateAgentTaxPaymentInfosRequest(CreateAgentTaxPaymentInfosRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentId()Get 代理商IDAgentTaxPayment[]getAgentTaxPaymentInfos()Get 完税信息LonggetChannel()Get 平台渠道StringgetFileName()Get 文件名StringgetProfile()Get 接入环境。沙箱环境填sandboxStringgetRawElectronicCertUrl()Get 源电子凭证下载地址LonggetType()Get 类型。0-视同,1-个体工商户voidsetAgentId(String AgentId)Set 代理商IDvoidsetAgentTaxPaymentInfos(AgentTaxPayment[] AgentTaxPaymentInfos)Set 完税信息voidsetChannel(Long Channel)Set 平台渠道voidsetFileName(String FileName)Set 文件名voidsetProfile(String Profile)Set 接入环境。沙箱环境填sandboxvoidsetRawElectronicCertUrl(String RawElectronicCertUrl)Set 源电子凭证下载地址voidsetType(Long Type)Set 类型。0-视同,1-个体工商户voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateAgentTaxPaymentInfosRequest
public CreateAgentTaxPaymentInfosRequest()
-
CreateAgentTaxPaymentInfosRequest
public CreateAgentTaxPaymentInfosRequest(CreateAgentTaxPaymentInfosRequest 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.
-
-
Method Detail
-
getAgentId
public String getAgentId()
Get 代理商ID- Returns:
- AgentId 代理商ID
-
setAgentId
public void setAgentId(String AgentId)
Set 代理商ID- Parameters:
AgentId- 代理商ID
-
getChannel
public Long getChannel()
Get 平台渠道- Returns:
- Channel 平台渠道
-
setChannel
public void setChannel(Long Channel)
Set 平台渠道- Parameters:
Channel- 平台渠道
-
getType
public Long getType()
Get 类型。0-视同,1-个体工商户- Returns:
- Type 类型。0-视同,1-个体工商户
-
setType
public void setType(Long Type)
Set 类型。0-视同,1-个体工商户- Parameters:
Type- 类型。0-视同,1-个体工商户
-
getRawElectronicCertUrl
public String getRawElectronicCertUrl()
Get 源电子凭证下载地址- Returns:
- RawElectronicCertUrl 源电子凭证下载地址
-
setRawElectronicCertUrl
public void setRawElectronicCertUrl(String RawElectronicCertUrl)
Set 源电子凭证下载地址- Parameters:
RawElectronicCertUrl- 源电子凭证下载地址
-
getFileName
public String getFileName()
Get 文件名- Returns:
- FileName 文件名
-
setFileName
public void setFileName(String FileName)
Set 文件名- Parameters:
FileName- 文件名
-
getAgentTaxPaymentInfos
public AgentTaxPayment[] getAgentTaxPaymentInfos()
Get 完税信息- Returns:
- AgentTaxPaymentInfos 完税信息
-
setAgentTaxPaymentInfos
public void setAgentTaxPaymentInfos(AgentTaxPayment[] AgentTaxPaymentInfos)
Set 完税信息- Parameters:
AgentTaxPaymentInfos- 完税信息
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox- Returns:
- Profile 接入环境。沙箱环境填sandbox
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox- Parameters:
Profile- 接入环境。沙箱环境填sandbox
-
-