Class: TencentCloud::Partners::V20180321::AgentAuditedClient
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::AgentAuditedClient
- Defined in:
- lib/v20180321/models.rb
Overview
已审核代客信息
Instance Attribute Summary collapse
- #AgentTime ⇒ Object
- #AppId ⇒ Object
- #AuthType ⇒ Object
- #ClientFlag ⇒ Object
- #ClientName ⇒ Object
- #ClientRemark ⇒ Object
- #ClientType ⇒ Object
- #ClientUin ⇒ Object
- #HasOverdueBill ⇒ Object
- #LastMonthAmt ⇒ Object
- #Mail ⇒ Object
- #ProjectType ⇒ Object
- #SalesName ⇒ Object
- #SalesUin ⇒ Object
- #ThisMonthAmt ⇒ Object
- #TransactionType ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, clientuin = nil, agenttime = nil, clientflag = nil, clientremark = nil, clientname = nil, authtype = nil, appid = nil, lastmonthamt = nil, thismonthamt = nil, hasoverduebill = nil, clienttype = nil, projecttype = nil, salesuin = nil, salesname = nil, mail = nil, transactiontype = nil) ⇒ AgentAuditedClient
constructor
A new instance of AgentAuditedClient.
Constructor Details
#initialize(uin = nil, clientuin = nil, agenttime = nil, clientflag = nil, clientremark = nil, clientname = nil, authtype = nil, appid = nil, lastmonthamt = nil, thismonthamt = nil, hasoverduebill = nil, clienttype = nil, projecttype = nil, salesuin = nil, salesname = nil, mail = nil, transactiontype = nil) ⇒ AgentAuditedClient
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/v20180321/models.rb', line 59 def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil, transactiontype=nil) @Uin = uin @ClientUin = clientuin @AgentTime = agenttime @ClientFlag = clientflag @ClientRemark = clientremark @ClientName = clientname @AuthType = authtype @AppId = appid @LastMonthAmt = lastmonthamt @ThisMonthAmt = thismonthamt @HasOverdueBill = hasoverduebill @ClientType = clienttype @ProjectType = projecttype @SalesUin = salesuin @SalesName = salesname @Mail = mail @TransactionType = transactiontype end |
Instance Attribute Details
#AgentTime ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def AgentTime @AgentTime end |
#AppId ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def AppId @AppId end |
#AuthType ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def AuthType @AuthType end |
#ClientFlag ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ClientFlag @ClientFlag end |
#ClientName ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ClientName @ClientName end |
#ClientRemark ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ClientRemark @ClientRemark end |
#ClientType ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ClientType @ClientType end |
#ClientUin ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ClientUin @ClientUin end |
#HasOverdueBill ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def HasOverdueBill @HasOverdueBill end |
#LastMonthAmt ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def LastMonthAmt @LastMonthAmt end |
#Mail ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def Mail @Mail end |
#ProjectType ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ProjectType @ProjectType end |
#SalesName ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def SalesName @SalesName end |
#SalesUin ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def SalesUin @SalesUin end |
#ThisMonthAmt ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def ThisMonthAmt @ThisMonthAmt end |
#TransactionType ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def TransactionType @TransactionType end |
#Uin ⇒ Object
57 58 59 |
# File 'lib/v20180321/models.rb', line 57 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'lib/v20180321/models.rb', line 79 def deserialize(params) @Uin = params['Uin'] @ClientUin = params['ClientUin'] @AgentTime = params['AgentTime'] @ClientFlag = params['ClientFlag'] @ClientRemark = params['ClientRemark'] @ClientName = params['ClientName'] @AuthType = params['AuthType'] @AppId = params['AppId'] @LastMonthAmt = params['LastMonthAmt'] @ThisMonthAmt = params['ThisMonthAmt'] @HasOverdueBill = params['HasOverdueBill'] @ClientType = params['ClientType'] @ProjectType = params['ProjectType'] @SalesUin = params['SalesUin'] @SalesName = params['SalesName'] @Mail = params['Mail'] @TransactionType = params['TransactionType'] end |