Class: TencentCloud::Cpdp::V20190820::CreateExternalAccountBookResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateExternalAccountBookResult
- Defined in:
- lib/v20190820/models.rb
Overview
创建第三方电子记账本返回值
Instance Attribute Summary collapse
-
#ChannelAccountBookId ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CollectMoneyAccountInfo ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DealMessage ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DealStatus ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealstatus = nil, dealmessage = nil, channelaccountbookid = nil, collectmoneyaccountinfo = nil) ⇒ CreateExternalAccountBookResult
constructor
A new instance of CreateExternalAccountBookResult.
Constructor Details
#initialize(dealstatus = nil, dealmessage = nil, channelaccountbookid = nil, collectmoneyaccountinfo = nil) ⇒ CreateExternalAccountBookResult
Returns a new instance of CreateExternalAccountBookResult.
5931 5932 5933 5934 5935 5936 |
# File 'lib/v20190820/models.rb', line 5931 def initialize(dealstatus=nil, =nil, channelaccountbookid=nil, collectmoneyaccountinfo=nil) @DealStatus = dealstatus @DealMessage = @ChannelAccountBookId = channelaccountbookid @CollectMoneyAccountInfo = collectmoneyaccountinfo end |
Instance Attribute Details
#ChannelAccountBookId ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5929 5930 5931 |
# File 'lib/v20190820/models.rb', line 5929 def ChannelAccountBookId @ChannelAccountBookId end |
#CollectMoneyAccountInfo ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5929 5930 5931 |
# File 'lib/v20190820/models.rb', line 5929 def CollectMoneyAccountInfo @CollectMoneyAccountInfo end |
#DealMessage ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5929 5930 5931 |
# File 'lib/v20190820/models.rb', line 5929 def DealMessage @DealMessage end |
#DealStatus ⇒ Object
__SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5929 5930 5931 |
# File 'lib/v20190820/models.rb', line 5929 def DealStatus @DealStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
5938 5939 5940 5941 5942 5943 |
# File 'lib/v20190820/models.rb', line 5938 def deserialize(params) @DealStatus = params['DealStatus'] @DealMessage = params['DealMessage'] @ChannelAccountBookId = params['ChannelAccountBookId'] @CollectMoneyAccountInfo = params['CollectMoneyAccountInfo'] end |