Class: TencentCloud::Cpdp::V20190820::OpenBankProfitShareRespInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankProfitShareRespInfo
- Defined in:
- lib/v20190820/models.rb
Overview
分账信息结果
Instance Attribute Summary collapse
- #ProfitFinishTime ⇒ Object
- #ProfitShareFee ⇒ Object
- #ProfitShareStatus ⇒ Object
- #ProfitShareType ⇒ Object
- #RealProfitShareFee ⇒ Object
- #RecvId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recvid = nil, profitsharefee = nil, realprofitsharefee = nil, profitsharestatus = nil, profitfinishtime = nil, profitsharetype = nil) ⇒ OpenBankProfitShareRespInfo
constructor
A new instance of OpenBankProfitShareRespInfo.
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
#ProfitFinishTime ⇒ Object
12892 12893 12894 |
# File 'lib/v20190820/models.rb', line 12892 def ProfitFinishTime @ProfitFinishTime end |
#ProfitShareFee ⇒ Object
12892 12893 12894 |
# File 'lib/v20190820/models.rb', line 12892 def ProfitShareFee @ProfitShareFee end |
#ProfitShareStatus ⇒ Object
12892 12893 12894 |
# File 'lib/v20190820/models.rb', line 12892 def ProfitShareStatus @ProfitShareStatus end |
#ProfitShareType ⇒ Object
12892 12893 12894 |
# File 'lib/v20190820/models.rb', line 12892 def ProfitShareType @ProfitShareType end |
#RealProfitShareFee ⇒ Object
12892 12893 12894 |
# File 'lib/v20190820/models.rb', line 12892 def RealProfitShareFee @RealProfitShareFee end |
#RecvId ⇒ Object
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 |