Class: TencentCloud::Cpdp::V20190820::QueryFlexBillDownloadUrlRequest

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

Overview

QueryFlexBillDownloadUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(billdate = nil, billtype = nil, serviceproviderid = nil, environment = nil) ⇒ QueryFlexBillDownloadUrlRequest

Returns a new instance of QueryFlexBillDownloadUrlRequest.



17186
17187
17188
17189
17190
17191
# File 'lib/v20190820/models.rb', line 17186

def initialize(billdate=nil, billtype=nil, serviceproviderid=nil, environment=nil)
  @BillDate = billdate
  @BillType = billtype
  @ServiceProviderId = serviceproviderid
  @Environment = environment
end

Instance Attribute Details

#BillDateObject

__release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境

Parameters:

  • BillDate:

    对账单日期

  • BillType:

    对账单类型:FREEZE, SETTLEMENT,PAYMENT

  • ServiceProviderId:

    服务商ID,如不填则查询平台级别对账单文件

  • Environment:

    环境类型



17184
17185
17186
# File 'lib/v20190820/models.rb', line 17184

def BillDate
  @BillDate
end

#BillTypeObject

__release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境

Parameters:

  • BillDate:

    对账单日期

  • BillType:

    对账单类型:FREEZE, SETTLEMENT,PAYMENT

  • ServiceProviderId:

    服务商ID,如不填则查询平台级别对账单文件

  • Environment:

    环境类型



17184
17185
17186
# File 'lib/v20190820/models.rb', line 17184

def BillType
  @BillType
end

#EnvironmentObject

__release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境

Parameters:

  • BillDate:

    对账单日期

  • BillType:

    对账单类型:FREEZE, SETTLEMENT,PAYMENT

  • ServiceProviderId:

    服务商ID,如不填则查询平台级别对账单文件

  • Environment:

    环境类型



17184
17185
17186
# File 'lib/v20190820/models.rb', line 17184

def Environment
  @Environment
end

#ServiceProviderIdObject

__release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境

Parameters:

  • BillDate:

    对账单日期

  • BillType:

    对账单类型:FREEZE, SETTLEMENT,PAYMENT

  • ServiceProviderId:

    服务商ID,如不填则查询平台级别对账单文件

  • Environment:

    环境类型



17184
17185
17186
# File 'lib/v20190820/models.rb', line 17184

def ServiceProviderId
  @ServiceProviderId
end

Instance Method Details

#deserialize(params) ⇒ Object



17193
17194
17195
17196
17197
17198
# File 'lib/v20190820/models.rb', line 17193

def deserialize(params)
  @BillDate = params['BillDate']
  @BillType = params['BillType']
  @ServiceProviderId = params['ServiceProviderId']
  @Environment = params['Environment']
end