Class: TencentCloud::Cpdp::V20190820::DeleteAgentTaxPaymentInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DeleteAgentTaxPaymentInfoRequest
- Defined in:
- lib/v20190820/models.rb
Overview
DeleteAgentTaxPaymentInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchnum = nil, profile = nil) ⇒ DeleteAgentTaxPaymentInfoRequest
constructor
A new instance of DeleteAgentTaxPaymentInfoRequest.
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
#BatchNum ⇒ Object
9219 9220 9221 |
# File 'lib/v20190820/models.rb', line 9219 def BatchNum @BatchNum end |
#Profile ⇒ Object
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 |