Class: TencentCloud::Partners::V20180321::DescribeAgentBillsRequest

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

Overview

DescribeAgentBills请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(settlemonth = nil, clientuin = nil, paymode = nil, orderid = nil, clientremark = nil, offset = nil, limit = nil) ⇒ DescribeAgentBillsRequest



825
826
827
828
829
830
831
832
833
# File 'lib/v20180321/models.rb', line 825

def initialize(settlemonth=nil, clientuin=nil, paymode=nil, orderid=nil, clientremark=nil, offset=nil, limit=nil)
  @SettleMonth = settlemonth
  @ClientUin = clientuin
  @PayMode = paymode
  @OrderId = orderid
  @ClientRemark = clientremark
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#ClientRemarkObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def ClientRemark
  @ClientRemark
end

#ClientUinObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def ClientUin
  @ClientUin
end

#LimitObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def Limit
  @Limit
end

#OffsetObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def Offset
  @Offset
end

#OrderIdObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def OrderId
  @OrderId
end

#PayModeObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def PayMode
  @PayMode
end

#SettleMonthObject



823
824
825
# File 'lib/v20180321/models.rb', line 823

def SettleMonth
  @SettleMonth
end

Instance Method Details

#deserialize(params) ⇒ Object



835
836
837
838
839
840
841
842
843
# File 'lib/v20180321/models.rb', line 835

def deserialize(params)
  @SettleMonth = params['SettleMonth']
  @ClientUin = params['ClientUin']
  @PayMode = params['PayMode']
  @OrderId = params['OrderId']
  @ClientRemark = params['ClientRemark']
  @Offset = params['Offset']
  @Limit = params['Limit']
end