Class: TencentCloud::Cpdp::V20190820::CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
- Defined in:
- lib/v20190820/models.rb
Overview
聚合支付子商户线上入驻结果
Instance Attribute Summary collapse
-
#ChannelRegistrationNo ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ChannelSubMerchantId ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RegistrationMessage ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RegistrationStatus ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registrationstatus = nil, registrationmessage = nil, channelregistrationno = nil, channelsubmerchantid = nil) ⇒ CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
constructor
A new instance of CreateOpenBankExternalAggregatedSubMerchantRegistrationResult.
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, =nil, channelregistrationno=nil, channelsubmerchantid=nil) @RegistrationStatus = registrationstatus @RegistrationMessage = @ChannelRegistrationNo = channelregistrationno @ChannelSubMerchantId = channelsubmerchantid end |
Instance Attribute Details
#ChannelRegistrationNo ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。
7017 7018 7019 |
# File 'lib/v20190820/models.rb', line 7017 def ChannelRegistrationNo @ChannelRegistrationNo end |
#ChannelSubMerchantId ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。
7017 7018 7019 |
# File 'lib/v20190820/models.rb', line 7017 def ChannelSubMerchantId @ChannelSubMerchantId end |
#RegistrationMessage ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。
7017 7018 7019 |
# File 'lib/v20190820/models.rb', line 7017 def RegistrationMessage @RegistrationMessage end |
#RegistrationStatus ⇒ Object
SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。 注意:此字段可能返回 null,表示取不到有效值。
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 |