Class PayeeTaxTemplateInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.PayeeTaxTemplateInfo
-
public class PayeeTaxTemplateInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayeeTaxTemplateInfo()
PayeeTaxTemplateInfo(PayeeTaxTemplateInfo 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 String
getIncomeType()
Get 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得String
getTaxTemplateId()
Get 计税模板IDvoid
setIncomeType(String IncomeType)
Set 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得void
setTaxTemplateId(String TaxTemplateId)
Set 计税模板IDvoid
toMap(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
-
PayeeTaxTemplateInfo
public PayeeTaxTemplateInfo()
-
PayeeTaxTemplateInfo
public PayeeTaxTemplateInfo(PayeeTaxTemplateInfo 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
-
getIncomeType
public String getIncomeType()
Get 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得- Returns:
- IncomeType 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得
-
setIncomeType
public void setIncomeType(String IncomeType)
Set 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得- Parameters:
IncomeType
- 收入类型 LABOR: 劳务所得 OCCASION: 偶然所得
-
getTaxTemplateId
public String getTaxTemplateId()
Get 计税模板ID- Returns:
- TaxTemplateId 计税模板ID
-
setTaxTemplateId
public void setTaxTemplateId(String TaxTemplateId)
Set 计税模板ID- Parameters:
TaxTemplateId
- 计税模板ID
-
-