Class: TencentCloud::Cpdp::V20190820::CreateAgentTaxPaymentInfosResponse

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

Overview

CreateAgentTaxPaymentInfos返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(agenttaxpaymentbatch = nil, requestid = nil) ⇒ CreateAgentTaxPaymentInfosResponse



5439
5440
5441
5442
# File 'lib/v20190820/models.rb', line 5439

def initialize(agenttaxpaymentbatch=nil, requestid=nil)
  @AgentTaxPaymentBatch = agenttaxpaymentbatch
  @RequestId = requestid
end

Instance Attribute Details

#AgentTaxPaymentBatchObject



5437
5438
5439
# File 'lib/v20190820/models.rb', line 5437

def AgentTaxPaymentBatch
  @AgentTaxPaymentBatch
end

#RequestIdObject



5437
5438
5439
# File 'lib/v20190820/models.rb', line 5437

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



5444
5445
5446
5447
5448
5449
5450
# File 'lib/v20190820/models.rb', line 5444

def deserialize(params)
  unless params['AgentTaxPaymentBatch'].nil?
    @AgentTaxPaymentBatch = AgentTaxPaymentBatch.new
    @AgentTaxPaymentBatch.deserialize(params['AgentTaxPaymentBatch'])
  end
  @RequestId = params['RequestId']
end