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.



6212
6213
6214
6215
6216
6217
# File 'lib/v20210331/models.rb', line 6212

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:

    占比%。



6210
6211
6212
# File 'lib/v20210331/models.rb', line 6210

def MemberName
  @MemberName
end

#MemberUinObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6210
6211
6212
# File 'lib/v20210331/models.rb', line 6210

def MemberUin
  @MemberUin
end

#RatioObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6210
6211
6212
# File 'lib/v20210331/models.rb', line 6210

def Ratio
  @Ratio
end

#TotalCostObject

Parameters:

  • MemberUin:

    成员Uin。

  • MemberName:

    成员名称。

  • TotalCost:

    消耗金额,单位:元。

  • Ratio:

    占比%。



6210
6211
6212
# File 'lib/v20210331/models.rb', line 6210

def TotalCost
  @TotalCost
end

Instance Method Details

#deserialize(params) ⇒ Object



6219
6220
6221
6222
6223
6224
# File 'lib/v20210331/models.rb', line 6219

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