Class: TencentCloud::Cpdp::V20190820::PayeeTaxTemplateInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

收款用户计税模板信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IncomeTypeObject

LABOR: 劳务所得OCCASION: 偶然所得

Parameters:

  • IncomeType:

    收入类型

  • TaxTemplateId:

    计税模板ID



14202
14203
14204
# File 'lib/v20190820/models.rb', line 14202

def IncomeType
  @IncomeType
end

#TaxTemplateIdObject

LABOR: 劳务所得OCCASION: 偶然所得

Parameters:

  • IncomeType:

    收入类型

  • TaxTemplateId:

    计税模板ID



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