Class: TencentCloud::Cpdp::V20190820::PayeeTaxTemplateInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::PayeeTaxTemplateInfo
- Defined in:
- lib/v20190820/models.rb
Overview
收款用户计税模板信息
Instance Attribute Summary collapse
-
#IncomeType ⇒ Object
LABOR: 劳务所得 OCCASION: 偶然所得.
-
#TaxTemplateId ⇒ Object
LABOR: 劳务所得 OCCASION: 偶然所得.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(incometype = nil, taxtemplateid = nil) ⇒ PayeeTaxTemplateInfo
constructor
A new instance of PayeeTaxTemplateInfo.
Constructor Details
#initialize(incometype = nil, taxtemplateid = nil) ⇒ PayeeTaxTemplateInfo
Returns a new instance of PayeeTaxTemplateInfo.
14204 14205 14206 14207 |
# File 'lib/v20190820/models.rb', line 14204 def initialize(incometype=nil, taxtemplateid=nil) @IncomeType = incometype @TaxTemplateId = taxtemplateid end |
Instance Attribute Details
#IncomeType ⇒ Object
LABOR: 劳务所得OCCASION: 偶然所得
14202 14203 14204 |
# File 'lib/v20190820/models.rb', line 14202 def IncomeType @IncomeType end |
#TaxTemplateId ⇒ Object
LABOR: 劳务所得OCCASION: 偶然所得
14202 14203 14204 |
# File 'lib/v20190820/models.rb', line 14202 def TaxTemplateId @TaxTemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
14209 14210 14211 14212 |
# File 'lib/v20190820/models.rb', line 14209 def deserialize(params) @IncomeType = params['IncomeType'] @TaxTemplateId = params['TaxTemplateId'] end |