Class: TencentCloud::Intlpartnersmgt::V20220928::AllocateCustomerCreditRequest

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

Overview

AllocateCustomerCredit请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(addedcredit = nil, clientuin = nil) ⇒ AllocateCustomerCreditRequest

Returns a new instance of AllocateCustomerCreditRequest.



29
30
31
32
# File 'lib/v20220928/models.rb', line 29

def initialize(addedcredit=nil, clientuin=nil)
  @AddedCredit = addedcredit
  @ClientUin = clientuin
end

Instance Attribute Details

#AddedCreditObject

Parameters:

  • AddedCredit:

    分配客户信用的具体值

  • ClientUin:

    客户uin



27
28
29
# File 'lib/v20220928/models.rb', line 27

def AddedCredit
  @AddedCredit
end

#ClientUinObject

Parameters:

  • AddedCredit:

    分配客户信用的具体值

  • ClientUin:

    客户uin



27
28
29
# File 'lib/v20220928/models.rb', line 27

def ClientUin
  @ClientUin
end

Instance Method Details

#deserialize(params) ⇒ Object



34
35
36
37
# File 'lib/v20220928/models.rb', line 34

def deserialize(params)
  @AddedCredit = params['AddedCredit']
  @ClientUin = params['ClientUin']
end