Class: TencentCloud::Cpdp::V20190820::QueryExternalAccountBookResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryExternalAccountBookResult
- Defined in:
- lib/v20190820/models.rb
Overview
查询第三方电子记账本余额返回值
Instance Attribute Summary collapse
-
#AvailableBalance ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ChannelAccountBookId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CollectMoneyAccountInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelaccountbookid = nil, availablebalance = nil, collectmoneyaccountinfo = nil) ⇒ QueryExternalAccountBookResult
constructor
A new instance of QueryExternalAccountBookResult.
Constructor Details
#initialize(channelaccountbookid = nil, availablebalance = nil, collectmoneyaccountinfo = nil) ⇒ QueryExternalAccountBookResult
Returns a new instance of QueryExternalAccountBookResult.
17038 17039 17040 17041 17042 |
# File 'lib/v20190820/models.rb', line 17038 def initialize(channelaccountbookid=nil, availablebalance=nil, collectmoneyaccountinfo=nil) @ChannelAccountBookId = channelaccountbookid @AvailableBalance = availablebalance @CollectMoneyAccountInfo = collectmoneyaccountinfo end |
Instance Attribute Details
#AvailableBalance ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
17036 17037 17038 |
# File 'lib/v20190820/models.rb', line 17036 def AvailableBalance @AvailableBalance end |
#ChannelAccountBookId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
17036 17037 17038 |
# File 'lib/v20190820/models.rb', line 17036 def ChannelAccountBookId @ChannelAccountBookId end |
#CollectMoneyAccountInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
17036 17037 17038 |
# File 'lib/v20190820/models.rb', line 17036 def CollectMoneyAccountInfo @CollectMoneyAccountInfo end |
Instance Method Details
#deserialize(params) ⇒ Object
17044 17045 17046 17047 17048 |
# File 'lib/v20190820/models.rb', line 17044 def deserialize(params) @ChannelAccountBookId = params['ChannelAccountBookId'] @AvailableBalance = params['AvailableBalance'] @CollectMoneyAccountInfo = params['CollectMoneyAccountInfo'] end |