Class: TencentCloud::Partners::V20180321::AgentAuditedClient

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

Overview

已审核代客信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AgentTimeObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def AgentTime
  @AgentTime
end

#AppIdObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def AppId
  @AppId
end

#AuthTypeObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def AuthType
  @AuthType
end

#ClientFlagObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ClientFlag
  @ClientFlag
end

#ClientNameObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ClientName
  @ClientName
end

#ClientRemarkObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ClientRemark
  @ClientRemark
end

#ClientTypeObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ClientType
  @ClientType
end

#ClientUinObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ClientUin
  @ClientUin
end

#HasOverdueBillObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def HasOverdueBill
  @HasOverdueBill
end

#LastMonthAmtObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def LastMonthAmt
  @LastMonthAmt
end

#MailObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def Mail
  @Mail
end

#ProjectTypeObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ProjectType
  @ProjectType
end

#SalesNameObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def SalesName
  @SalesName
end

#SalesUinObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def SalesUin
  @SalesUin
end

#ThisMonthAmtObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def ThisMonthAmt
  @ThisMonthAmt
end

#TransactionTypeObject



57
58
59
# File 'lib/v20180321/models.rb', line 57

def TransactionType
  @TransactionType
end

#UinObject



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