Class: TencentCloud::Cpdp::V20190820::CreateOpenBankExternalAggregatedSubMerchantRegistrationResult

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(registrationstatus = nil, registrationmessage = nil, channelregistrationno = nil, channelsubmerchantid = nil) ⇒ CreateOpenBankExternalAggregatedSubMerchantRegistrationResult

Returns a new instance of CreateOpenBankExternalAggregatedSubMerchantRegistrationResult.



7019
7020
7021
7022
7023
7024
# File 'lib/v20190820/models.rb', line 7019

def initialize(registrationstatus=nil, registrationmessage=nil, channelregistrationno=nil, channelsubmerchantid=nil)
  @RegistrationStatus = registrationstatus
  @RegistrationMessage = registrationmessage
  @ChannelRegistrationNo = channelregistrationno
  @ChannelSubMerchantId = channelsubmerchantid
end

Instance Attribute Details

#ChannelRegistrationNoObject

SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RegistrationStatus:

    进件状态

  • RegistrationMessage:

    进件返回描述

  • ChannelRegistrationNo:

    渠道进件序列号

  • ChannelSubMerchantId:

    渠道子商户ID



7017
7018
7019
# File 'lib/v20190820/models.rb', line 7017

def ChannelRegistrationNo
  @ChannelRegistrationNo
end

#ChannelSubMerchantIdObject

SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RegistrationStatus:

    进件状态

  • RegistrationMessage:

    进件返回描述

  • ChannelRegistrationNo:

    渠道进件序列号

  • ChannelSubMerchantId:

    渠道子商户ID



7017
7018
7019
# File 'lib/v20190820/models.rb', line 7017

def ChannelSubMerchantId
  @ChannelSubMerchantId
end

#RegistrationMessageObject

SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RegistrationStatus:

    进件状态

  • RegistrationMessage:

    进件返回描述

  • ChannelRegistrationNo:

    渠道进件序列号

  • ChannelSubMerchantId:

    渠道子商户ID



7017
7018
7019
# File 'lib/v20190820/models.rb', line 7017

def RegistrationMessage
  @RegistrationMessage
end

#RegistrationStatusObject

SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RegistrationStatus:

    进件状态

  • RegistrationMessage:

    进件返回描述

  • ChannelRegistrationNo:

    渠道进件序列号

  • ChannelSubMerchantId:

    渠道子商户ID



7017
7018
7019
# File 'lib/v20190820/models.rb', line 7017

def RegistrationStatus
  @RegistrationStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



7026
7027
7028
7029
7030
7031
# File 'lib/v20190820/models.rb', line 7026

def deserialize(params)
  @RegistrationStatus = params['RegistrationStatus']
  @RegistrationMessage = params['RegistrationMessage']
  @ChannelRegistrationNo = params['ChannelRegistrationNo']
  @ChannelSubMerchantId = params['ChannelSubMerchantId']
end