Class: TencentCloud::Cpdp::V20190820::QueryOpenBankExternalSubMerchantRegistrationRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryOpenBankExternalSubMerchantRegistrationRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryOpenBankExternalSubMerchantRegistration请求参数结构体
Instance Attribute Summary collapse
-
#ChannelMerchantId ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#ChannelRegistrationNo ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#Environment ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#OutRegistrationNo ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelmerchantid = nil, channelregistrationno = nil, outregistrationno = nil, environment = nil) ⇒ QueryOpenBankExternalSubMerchantRegistrationRequest
constructor
A new instance of QueryOpenBankExternalSubMerchantRegistrationRequest.
Constructor Details
#initialize(channelmerchantid = nil, channelregistrationno = nil, outregistrationno = nil, environment = nil) ⇒ QueryOpenBankExternalSubMerchantRegistrationRequest
Returns a new instance of QueryOpenBankExternalSubMerchantRegistrationRequest.
20253 20254 20255 20256 20257 20258 |
# File 'lib/v20190820/models.rb', line 20253 def initialize(channelmerchantid=nil, channelregistrationno=nil, outregistrationno=nil, environment=nil) @ChannelMerchantId = channelmerchantid @ChannelRegistrationNo = channelregistrationno @OutRegistrationNo = outregistrationno @Environment = environment end |
Instance Attribute Details
#ChannelMerchantId ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
20251 20252 20253 |
# File 'lib/v20190820/models.rb', line 20251 def ChannelMerchantId @ChannelMerchantId end |
#ChannelRegistrationNo ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
20251 20252 20253 |
# File 'lib/v20190820/models.rb', line 20251 def ChannelRegistrationNo @ChannelRegistrationNo end |
#Environment ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
20251 20252 20253 |
# File 'lib/v20190820/models.rb', line 20251 def Environment @Environment end |
#OutRegistrationNo ⇒ Object
__release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
20251 20252 20253 |
# File 'lib/v20190820/models.rb', line 20251 def OutRegistrationNo @OutRegistrationNo end |
Instance Method Details
#deserialize(params) ⇒ Object
20260 20261 20262 20263 20264 20265 |
# File 'lib/v20190820/models.rb', line 20260 def deserialize(params) @ChannelMerchantId = params['ChannelMerchantId'] @ChannelRegistrationNo = params['ChannelRegistrationNo'] @OutRegistrationNo = params['OutRegistrationNo'] @Environment = params['Environment'] end |