Class: TencentCloud::Cpdp::V20190820::CreateOpenBankMerchantResult

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(channelmerchantid = nil) ⇒ CreateOpenBankMerchantResult

Returns a new instance of CreateOpenBankMerchantResult.



7467
7468
7469
# File 'lib/v20190820/models.rb', line 7467

def initialize(channelmerchantid=nil)
  @ChannelMerchantId = channelmerchantid
end

Instance Attribute Details

#ChannelMerchantIdObject

Parameters:

  • ChannelMerchantId:

    渠道商户ID。



7465
7466
7467
# File 'lib/v20190820/models.rb', line 7465

def ChannelMerchantId
  @ChannelMerchantId
end

Instance Method Details

#deserialize(params) ⇒ Object



7471
7472
7473
# File 'lib/v20190820/models.rb', line 7471

def deserialize(params)
  @ChannelMerchantId = params['ChannelMerchantId']
end