Class: TencentCloud::Partners::V20180321::ClientIncreaseInfoList

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

Overview

客户增量激励考核信息列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientuin = nil, isjoinincrease = nil, increaseuseassociatedate = nil, tlevel = nil, increasegoal = nil, totalbaseamt = nil) ⇒ ClientIncreaseInfoList

Returns a new instance of ClientIncreaseInfoList.



609
610
611
612
613
614
615
616
# File 'lib/v20180321/models.rb', line 609

def initialize(clientuin=nil, isjoinincrease=nil, increaseuseassociatedate=nil, tlevel=nil, increasegoal=nil, totalbaseamt=nil)
  @ClientUin = clientuin
  @IsJoinIncrease = isjoinincrease
  @IncreaseUseAssociateDate = increaseuseassociatedate
  @TLevel = tlevel
  @IncreaseGoal = increasegoal
  @TotalBaseAmt = totalbaseamt
end

Instance Attribute Details

#ClientUinObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def ClientUin
  @ClientUin
end

#IncreaseGoalObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def IncreaseGoal
  @IncreaseGoal
end

#IncreaseUseAssociateDateObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def IncreaseUseAssociateDate
  @IncreaseUseAssociateDate
end

#IsJoinIncreaseObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def IsJoinIncrease
  @IsJoinIncrease
end

#TLevelObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def TLevel
  @TLevel
end

#TotalBaseAmtObject

Y:是,N:否

Parameters:

  • 客户UIN

  • 是否参与增量政策,

  • 增量考核关联时间

  • 参与增量考核的原始客户等级

  • 增量考核目标,分

  • 完成订单金额,分



607
608
609
# File 'lib/v20180321/models.rb', line 607

def TotalBaseAmt
  @TotalBaseAmt
end

Instance Method Details

#deserialize(params) ⇒ Object



618
619
620
621
622
623
624
625
# File 'lib/v20180321/models.rb', line 618

def deserialize(params)
  @ClientUin = params['ClientUin']
  @IsJoinIncrease = params['IsJoinIncrease']
  @IncreaseUseAssociateDate = params['IncreaseUseAssociateDate']
  @TLevel = params['TLevel']
  @IncreaseGoal = params['IncreaseGoal']
  @TotalBaseAmt = params['TotalBaseAmt']
end