Class: TencentCloud::Cpdp::V20190820::UploadTaxPaymentRequest

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

Overview

UploadTaxPayment请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channel = nil, taxid = nil, fileurl = nil) ⇒ UploadTaxPaymentRequest

Returns a new instance of UploadTaxPaymentRequest.



27741
27742
27743
27744
27745
# File 'lib/v20190820/models.rb', line 27741

def initialize(channel=nil, taxid=nil, fileurl=nil)
  @Channel = channel
  @TaxId = taxid
  @FileUrl = fileurl
end

Instance Attribute Details

#ChannelObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27739
27740
27741
# File 'lib/v20190820/models.rb', line 27739

def Channel
  @Channel
end

#FileUrlObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27739
27740
27741
# File 'lib/v20190820/models.rb', line 27739

def FileUrl
  @FileUrl
end

#TaxIdObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27739
27740
27741
# File 'lib/v20190820/models.rb', line 27739

def TaxId
  @TaxId
end

Instance Method Details

#deserialize(params) ⇒ Object



27747
27748
27749
27750
27751
# File 'lib/v20190820/models.rb', line 27747

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