Class: TencentCloud::Cpdp::V20190820::DeleteAgentTaxPaymentInfoRequest

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

Overview

DeleteAgentTaxPaymentInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(batchnum = nil, profile = nil) ⇒ DeleteAgentTaxPaymentInfoRequest

Returns a new instance of DeleteAgentTaxPaymentInfoRequest.



9221
9222
9223
9224
# File 'lib/v20190820/models.rb', line 9221

def initialize(batchnum=nil, profile=nil)
  @BatchNum = batchnum
  @Profile = profile
end

Instance Attribute Details

#BatchNumObject

Parameters:

  • BatchNum:

    批次号

  • Profile:

    接入环境。沙箱环境填sandbox



9219
9220
9221
# File 'lib/v20190820/models.rb', line 9219

def BatchNum
  @BatchNum
end

#ProfileObject

Parameters:

  • BatchNum:

    批次号

  • Profile:

    接入环境。沙箱环境填sandbox



9219
9220
9221
# File 'lib/v20190820/models.rb', line 9219

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



9226
9227
9228
9229
# File 'lib/v20190820/models.rb', line 9226

def deserialize(params)
  @BatchNum = params['BatchNum']
  @Profile = params['Profile']
end