public class PayeeTaxTemplateInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getIncomeType()
Get 收入类型
LABOR: 劳务所得
OCCASION: 偶然所得
|
String |
getTaxTemplateId()
Get 计税模板ID
|
void |
setIncomeType(String IncomeType)
Set 收入类型
LABOR: 劳务所得
OCCASION: 偶然所得
|
void |
setTaxTemplateId(String TaxTemplateId)
Set 计税模板ID
|
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 PayeeTaxTemplateInfo()
public PayeeTaxTemplateInfo(PayeeTaxTemplateInfo source)
public String getIncomeType()
public void setIncomeType(String IncomeType)
IncomeType
- 收入类型
LABOR: 劳务所得
OCCASION: 偶然所得public String getTaxTemplateId()
public void setTaxTemplateId(String TaxTemplateId)
TaxTemplateId
- 计税模板IDCopyright © 2022. All rights reserved.