Class: TencentCloud::Cpdp::V20190820::UploadTaxListRequest

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(channel = nil, beginmonth = nil, endmonth = nil, fileurl = nil) ⇒ UploadTaxListRequest

Returns a new instance of UploadTaxListRequest.



27695
27696
27697
27698
27699
27700
# File 'lib/v20190820/models.rb', line 27695

def initialize(channel=nil, beginmonth=nil, endmonth=nil, fileurl=nil)
  @Channel = channel
  @BeginMonth = beginmonth
  @EndMonth = endmonth
  @FileUrl = fileurl
end

Instance Attribute Details

#BeginMonthObject

Parameters:

  • Channel:

    平台渠道

  • BeginMonth:

    起始月份,YYYY-MM

  • EndMonth:

    结束月份。如果只上传一个月,结束月份等于起始月份

  • FileUrl:

    完税列表下载地址



27693
27694
27695
# File 'lib/v20190820/models.rb', line 27693

def BeginMonth
  @BeginMonth
end

#ChannelObject

Parameters:

  • Channel:

    平台渠道

  • BeginMonth:

    起始月份,YYYY-MM

  • EndMonth:

    结束月份。如果只上传一个月,结束月份等于起始月份

  • FileUrl:

    完税列表下载地址



27693
27694
27695
# File 'lib/v20190820/models.rb', line 27693

def Channel
  @Channel
end

#EndMonthObject

Parameters:

  • Channel:

    平台渠道

  • BeginMonth:

    起始月份,YYYY-MM

  • EndMonth:

    结束月份。如果只上传一个月,结束月份等于起始月份

  • FileUrl:

    完税列表下载地址



27693
27694
27695
# File 'lib/v20190820/models.rb', line 27693

def EndMonth
  @EndMonth
end

#FileUrlObject

Parameters:

  • Channel:

    平台渠道

  • BeginMonth:

    起始月份,YYYY-MM

  • EndMonth:

    结束月份。如果只上传一个月,结束月份等于起始月份

  • FileUrl:

    完税列表下载地址



27693
27694
27695
# File 'lib/v20190820/models.rb', line 27693

def FileUrl
  @FileUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



27702
27703
27704
27705
27706
27707
# File 'lib/v20190820/models.rb', line 27702

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