Class: TencentCloud::Partners::V20180321::DescribeAgentBillsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::DescribeAgentBillsRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeAgentBills请求参数结构体
Instance Attribute Summary collapse
- #ClientRemark ⇒ Object
- #ClientUin ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderId ⇒ Object
- #PayMode ⇒ Object
- #SettleMonth ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(settlemonth = nil, clientuin = nil, paymode = nil, orderid = nil, clientremark = nil, offset = nil, limit = nil) ⇒ DescribeAgentBillsRequest
constructor
A new instance of DescribeAgentBillsRequest.
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
#ClientRemark ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def ClientRemark @ClientRemark end |
#ClientUin ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def ClientUin @ClientUin end |
#Limit ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def Limit @Limit end |
#Offset ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def Offset @Offset end |
#OrderId ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def OrderId @OrderId end |
#PayMode ⇒ Object
823 824 825 |
# File 'lib/v20180321/models.rb', line 823 def PayMode @PayMode end |
#SettleMonth ⇒ Object
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 |