Class: TencentCloud::Cpdp::V20190820::OpenBankProfitShareInfo

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

Overview

云企付-分润信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(recvid = nil, profitsharefee = nil) ⇒ OpenBankProfitShareInfo

Returns a new instance of OpenBankProfitShareInfo.



12754
12755
12756
12757
# File 'lib/v20190820/models.rb', line 12754

def initialize(recvid=nil, profitsharefee=nil)
  @RecvId = recvid
  @ProfitShareFee = profitsharefee
end

Instance Attribute Details

#ProfitShareFeeObject

Parameters:

  • RecvId:

    分润接收方,渠道商户号ID

  • ProfitShareFee:

    分润金额,单位分



12752
12753
12754
# File 'lib/v20190820/models.rb', line 12752

def ProfitShareFee
  @ProfitShareFee
end

#RecvIdObject

Parameters:

  • RecvId:

    分润接收方,渠道商户号ID

  • ProfitShareFee:

    分润金额,单位分



12752
12753
12754
# File 'lib/v20190820/models.rb', line 12752

def RecvId
  @RecvId
end

Instance Method Details

#deserialize(params) ⇒ Object



12759
12760
12761
12762
# File 'lib/v20190820/models.rb', line 12759

def deserialize(params)
  @RecvId = params['RecvId']
  @ProfitShareFee = params['ProfitShareFee']
end