Class: TencentCloud::Billing::V20180709::DescribeBillListRequest

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

Overview

DescribeBillList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(starttime = nil, endtime = nil, offset = nil, limit = nil, paytype = nil, subpaytype = nil, withzeroamount = nil) ⇒ DescribeBillListRequest

Returns a new instance of DescribeBillListRequest.



7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/v20180709/models.rb', line 7439

def initialize(starttime=nil, endtime=nil, offset=nil, limit=nil, paytype=nil, subpaytype=nil, withzeroamount=nil)
  @StartTime = starttime
  @EndTime = endtime
  @Offset = offset
  @Limit = limit
  @PayType = paytype
  @SubPayType = subpaytype
  @WithZeroAmount = withzeroamount
end

Instance Attribute Details

#EndTimeObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def EndTime
  @EndTime
end

#LimitObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def Limit
  @Limit
end

#OffsetObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def Offset
  @Offset
end

#PayTypeObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def PayType
  @PayType
end

#StartTimeObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def StartTime
  @StartTime
end

#SubPayTypeObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def SubPayType
  @SubPayType
end

#WithZeroAmountObject

当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻

Parameters:

  • WithZeroAmount:

    是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回



7437
7438
7439
# File 'lib/v20180709/models.rb', line 7437

def WithZeroAmount
  @WithZeroAmount
end

Instance Method Details

#deserialize(params) ⇒ Object



7449
7450
7451
7452
7453
7454
7455
7456
7457
# File 'lib/v20180709/models.rb', line 7449

def deserialize(params)
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @PayType = params['PayType']
  @SubPayType = params['SubPayType']
  @WithZeroAmount = params['WithZeroAmount']
end