Class: TencentCloud::Intlpartnersmgt::V20220928::QueryCustomersCreditData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::QueryCustomersCreditData
- Defined in:
- lib/v20220928/models.rb
Overview
查询客户信用额度出参复杂类型
Instance Attribute Summary collapse
- #Arrears ⇒ Object
- #AssociationTime ⇒ Object
- #ClientUin ⇒ Object
- #Credit ⇒ Object
- #Email ⇒ Object
- #Force ⇒ Object
- #IdentifyType ⇒ Object
- #Mobile ⇒ Object
- #Name ⇒ Object
- #RecentExpiry ⇒ Object
- #RemainingCredit ⇒ Object
- #Remark ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, type = nil, mobile = nil, email = nil, arrears = nil, associationtime = nil, recentexpiry = nil, clientuin = nil, credit = nil, remainingcredit = nil, identifytype = nil, remark = nil, force = nil) ⇒ QueryCustomersCreditData
constructor
A new instance of QueryCustomersCreditData.
Constructor Details
#initialize(name = nil, type = nil, mobile = nil, email = nil, arrears = nil, associationtime = nil, recentexpiry = nil, clientuin = nil, credit = nil, remainingcredit = nil, identifytype = nil, remark = nil, force = nil) ⇒ QueryCustomersCreditData
Returns a new instance of QueryCustomersCreditData.
361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 |
# File 'lib/v20220928/models.rb', line 361 def initialize(name=nil, type=nil, mobile=nil, email=nil, arrears=nil, associationtime=nil, recentexpiry=nil, clientuin=nil, credit=nil, remainingcredit=nil, identifytype=nil, remark=nil, force=nil) @Name = name @Type = type @Mobile = mobile @Email = email @Arrears = arrears @AssociationTime = associationtime @RecentExpiry = recentexpiry @ClientUin = clientuin @Credit = credit @RemainingCredit = remainingcredit @IdentifyType = identifytype @Remark = remark @Force = force end |
Instance Attribute Details
#Arrears ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Arrears @Arrears end |
#AssociationTime ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def AssociationTime @AssociationTime end |
#ClientUin ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def ClientUin @ClientUin end |
#Credit ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Credit @Credit end |
#Email ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Email @Email end |
#Force ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Force @Force end |
#IdentifyType ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def IdentifyType @IdentifyType end |
#Mobile ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Mobile @Mobile end |
#Name ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Name @Name end |
#RecentExpiry ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def RecentExpiry @RecentExpiry end |
#RemainingCredit ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def RemainingCredit @RemainingCredit end |
#Remark ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Remark @Remark end |
#Type ⇒ Object
359 360 361 |
# File 'lib/v20220928/models.rb', line 359 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
# File 'lib/v20220928/models.rb', line 377 def deserialize(params) @Name = params['Name'] @Type = params['Type'] @Mobile = params['Mobile'] @Email = params['Email'] @Arrears = params['Arrears'] @AssociationTime = params['AssociationTime'] @RecentExpiry = params['RecentExpiry'] @ClientUin = params['ClientUin'] @Credit = params['Credit'] @RemainingCredit = params['RemainingCredit'] @IdentifyType = params['IdentifyType'] @Remark = params['Remark'] @Force = params['Force'] end |