Class: TencentCloud::Cpdp::V20190820::QueryOpenBankUnbindExternalSubMerchantBankAccountResult

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

第三方子商户银行卡解绑结果查询返回结果

Instance Attribute Summary collapse

Instance Method Summary collapse

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, unbindmessage=nil)
  @ChannelApplyId = channelapplyid
  @UnbindStatus = unbindstatus
  @UnbindMessage = unbindmessage
end

Instance Attribute Details

#ChannelApplyIdObject

__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelApplyId:

    渠道申请编号。

  • UnbindStatus:

    解绑状态。

  • UnbindMessage:

    解绑返回描述, 例如失败原因等。



21441
21442
21443
# File 'lib/v20190820/models.rb', line 21441

def ChannelApplyId
  @ChannelApplyId
end

#UnbindMessageObject

__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelApplyId:

    渠道申请编号。

  • UnbindStatus:

    解绑状态。

  • UnbindMessage:

    解绑返回描述, 例如失败原因等。



21441
21442
21443
# File 'lib/v20190820/models.rb', line 21441

def UnbindMessage
  @UnbindMessage
end

#UnbindStatusObject

__SUCCESS__: 解绑成功 __FAILED__: 解绑失败 __PROCESSING__: 解绑中 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelApplyId:

    渠道申请编号。

  • UnbindStatus:

    解绑状态。

  • UnbindMessage:

    解绑返回描述, 例如失败原因等。



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