Class: TencentCloud::Cpdp::V20190820::UnbindOpenBankExternalSubMerchantBankAccountResult

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) ⇒ UnbindOpenBankExternalSubMerchantBankAccountResult

Returns a new instance of UnbindOpenBankExternalSubMerchantBankAccountResult.



26590
26591
26592
26593
26594
# File 'lib/v20190820/models.rb', line 26590

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:

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



26588
26589
26590
# File 'lib/v20190820/models.rb', line 26588

def ChannelApplyId
  @ChannelApplyId
end

#UnbindMessageObject

__SUCCESS__: 解绑成功__FAILED__: 解绑失败__PROCESSING__: 解绑中注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelApplyId:

    渠道申请编号。

  • UnbindStatus:

    解绑状态。

  • UnbindMessage:

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



26588
26589
26590
# File 'lib/v20190820/models.rb', line 26588

def UnbindMessage
  @UnbindMessage
end

#UnbindStatusObject

__SUCCESS__: 解绑成功__FAILED__: 解绑失败__PROCESSING__: 解绑中注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelApplyId:

    渠道申请编号。

  • UnbindStatus:

    解绑状态。

  • UnbindMessage:

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



26588
26589
26590
# File 'lib/v20190820/models.rb', line 26588

def UnbindStatus
  @UnbindStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



26596
26597
26598
26599
26600
# File 'lib/v20190820/models.rb', line 26596

def deserialize(params)
  @ChannelApplyId = params['ChannelApplyId']
  @UnbindStatus = params['UnbindStatus']
  @UnbindMessage = params['UnbindMessage']
end