Class: TencentCloud::Cpdp::V20190820::OpenBankProfitShareRespInfo

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, realprofitsharefee = nil, profitsharestatus = nil, profitfinishtime = nil, profitsharetype = nil) ⇒ OpenBankProfitShareRespInfo

Returns a new instance of OpenBankProfitShareRespInfo.



12894
12895
12896
12897
12898
12899
12900
12901
# File 'lib/v20190820/models.rb', line 12894

def initialize(recvid=nil, profitsharefee=nil, realprofitsharefee=nil, profitsharestatus=nil, profitfinishtime=nil, profitsharetype=nil)
  @RecvId = recvid
  @ProfitShareFee = profitsharefee
  @RealProfitShareFee = realprofitsharefee
  @ProfitShareStatus = profitsharestatus
  @ProfitFinishTime = profitfinishtime
  @ProfitShareType = profitsharetype
end

Instance Attribute Details

#ProfitFinishTimeObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def ProfitFinishTime
  @ProfitFinishTime
end

#ProfitShareFeeObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def ProfitShareFee
  @ProfitShareFee
end

#ProfitShareStatusObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def ProfitShareStatus
  @ProfitShareStatus
end

#ProfitShareTypeObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def ProfitShareType
  @ProfitShareType
end

#RealProfitShareFeeObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def RealProfitShareFee
  @RealProfitShareFee
end

#RecvIdObject

Parameters:

  • RecvId:

    接收方企业ID

  • ProfitShareFee:

    分润金额(分)

  • RealProfitShareFee:

    实际分账金额

  • ProfitShareStatus:

    分账状态

  • ProfitFinishTime:

    分账完成时间

  • ProfitShareType:

    分账类型



12892
12893
12894
# File 'lib/v20190820/models.rb', line 12892

def RecvId
  @RecvId
end

Instance Method Details

#deserialize(params) ⇒ Object



12903
12904
12905
12906
12907
12908
12909
12910
# File 'lib/v20190820/models.rb', line 12903

def deserialize(params)
  @RecvId = params['RecvId']
  @ProfitShareFee = params['ProfitShareFee']
  @RealProfitShareFee = params['RealProfitShareFee']
  @ProfitShareStatus = params['ProfitShareStatus']
  @ProfitFinishTime = params['ProfitFinishTime']
  @ProfitShareType = params['ProfitShareType']
end