Class: TencentCloud::Cpdp::V20190820::QueryOpenBankUnbindExternalSubMerchantBankAccountResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryOpenBankUnbindExternalSubMerchantBankAccountResult
- Defined in:
- lib/v20190820/models.rb
Overview
第三方子商户银行卡解绑结果查询返回结果
Instance Attribute Summary collapse
-
#ChannelApplyId ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnbindMessage ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnbindStatus ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelapplyid = nil, unbindstatus = nil, unbindmessage = nil) ⇒ QueryOpenBankUnbindExternalSubMerchantBankAccountResult
constructor
A new instance of QueryOpenBankUnbindExternalSubMerchantBankAccountResult.
Constructor Details
#initialize(channelapplyid = nil, unbindstatus = nil, unbindmessage = nil) ⇒ QueryOpenBankUnbindExternalSubMerchantBankAccountResult
Returns a new instance of QueryOpenBankUnbindExternalSubMerchantBankAccountResult.
21443 21444 21445 21446 21447 |
# File 'lib/v20190820/models.rb', line 21443 def initialize(channelapplyid=nil, unbindstatus=nil, =nil) @ChannelApplyId = channelapplyid @UnbindStatus = unbindstatus @UnbindMessage = end |
Instance Attribute Details
#ChannelApplyId ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。
21441 21442 21443 |
# File 'lib/v20190820/models.rb', line 21441 def ChannelApplyId @ChannelApplyId end |
#UnbindMessage ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。
21441 21442 21443 |
# File 'lib/v20190820/models.rb', line 21441 def UnbindMessage @UnbindMessage end |
#UnbindStatus ⇒ Object
__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。
21441 21442 21443 |
# File 'lib/v20190820/models.rb', line 21441 def UnbindStatus @UnbindStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
21449 21450 21451 21452 21453 |
# File 'lib/v20190820/models.rb', line 21449 def deserialize(params) @ChannelApplyId = params['ChannelApplyId'] @UnbindStatus = params['UnbindStatus'] @UnbindMessage = params['UnbindMessage'] end |