Class: TencentCloud::Organization::V20210331::OrgMemberFinancial

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

Overview

组织成员财务信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(memberuin = nil, membername = nil, totalcost = nil, ratio = nil) ⇒ OrgMemberFinancial

Returns a new instance of OrgMemberFinancial.



6350
6351
6352
6353
6354
6355
# File 'lib/v20210331/models.rb', line 6350

def initialize(memberuin=nil, membername=nil, totalcost=nil, ratio=nil)
  @MemberUin = memberuin
  @MemberName = membername
  @TotalCost = totalcost
  @Ratio = ratio
end

Instance Attribute Details

#MemberNameObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6348
6349
6350
# File 'lib/v20210331/models.rb', line 6348

def MemberName
  @MemberName
end

#MemberUinObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6348
6349
6350
# File 'lib/v20210331/models.rb', line 6348

def MemberUin
  @MemberUin
end

#RatioObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6348
6349
6350
# File 'lib/v20210331/models.rb', line 6348

def Ratio
  @Ratio
end

#TotalCostObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6348
6349
6350
# File 'lib/v20210331/models.rb', line 6348

def TotalCost
  @TotalCost
end

Instance Method Details

#deserialize(params) ⇒ Object



6357
6358
6359
6360
6361
6362
# File 'lib/v20210331/models.rb', line 6357

def deserialize(params)
  @MemberUin = params['MemberUin']
  @MemberName = params['MemberName']
  @TotalCost = params['TotalCost']
  @Ratio = params['Ratio']
end