Class: TencentCloud::Cpdp::V20190820::OpenBankProfitShareInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankProfitShareInfo
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-分润信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recvid = nil, profitsharefee = nil) ⇒ OpenBankProfitShareInfo
constructor
A new instance of OpenBankProfitShareInfo.
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
#ProfitShareFee ⇒ Object
12752 12753 12754 |
# File 'lib/v20190820/models.rb', line 12752 def ProfitShareFee @ProfitShareFee end |
#RecvId ⇒ Object
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 |