Class: TencentCloud::Cpdp::V20190820::CreateAgentTaxPaymentInfosResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateAgentTaxPaymentInfosResponse
- Defined in:
- lib/v20190820/models.rb
Overview
CreateAgentTaxPaymentInfos返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agenttaxpaymentbatch = nil, requestid = nil) ⇒ CreateAgentTaxPaymentInfosResponse
constructor
A new instance of CreateAgentTaxPaymentInfosResponse.
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
#AgentTaxPaymentBatch ⇒ Object
5437 5438 5439 |
# File 'lib/v20190820/models.rb', line 5437 def AgentTaxPaymentBatch @AgentTaxPaymentBatch end |
#RequestId ⇒ Object
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 |