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.



27651
27652
27653
27654
27655
# File 'lib/v20190820/models.rb', line 27651

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

Instance Attribute Details

#ChannelObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27649
27650
27651
# File 'lib/v20190820/models.rb', line 27649

def Channel
  @Channel
end

#FileUrlObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27649
27650
27651
# File 'lib/v20190820/models.rb', line 27649

def FileUrl
  @FileUrl
end

#TaxIdObject

Parameters:

  • Channel:

    平台渠道

  • TaxId:

    完税ID

  • FileUrl:

    完税列表下载地址



27649
27650
27651
# File 'lib/v20190820/models.rb', line 27649

def TaxId
  @TaxId
end

Instance Method Details

#deserialize(params) ⇒ Object



27657
27658
27659
27660
27661
# File 'lib/v20190820/models.rb', line 27657

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