Class: TencentCloud::Cpdp::V20190820::UploadTaxListResponse

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

Overview

UploadTaxList返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taxid = nil, requestid = nil) ⇒ UploadTaxListResponse

Returns a new instance of UploadTaxListResponse.



27719
27720
27721
27722
# File 'lib/v20190820/models.rb', line 27719

def initialize(taxid=nil, requestid=nil)
  @TaxId = taxid
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • TaxId:

    完税ID

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



27717
27718
27719
# File 'lib/v20190820/models.rb', line 27717

def RequestId
  @RequestId
end

#TaxIdObject

Parameters:

  • TaxId:

    完税ID

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



27717
27718
27719
# File 'lib/v20190820/models.rb', line 27717

def TaxId
  @TaxId
end

Instance Method Details

#deserialize(params) ⇒ Object



27724
27725
27726
27727
# File 'lib/v20190820/models.rb', line 27724

def deserialize(params)
  @TaxId = params['TaxId']
  @RequestId = params['RequestId']
end