Class: TencentCloud::Cpdp::V20190820::QueryMerchantClassificationRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

QueryMerchantClassification请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(openid = nil, openkey = nil, profile = nil) ⇒ QueryMerchantClassificationRequest

Returns a new instance of QueryMerchantClassificationRequest.



18990
18991
18992
18993
18994
# File 'lib/v20190820/models.rb', line 18990

def initialize(openid=nil, openkey=nil, profile=nil)
  @OpenId = openid
  @OpenKey = openkey
  @Profile = profile
end

Instance Attribute Details

#OpenIdObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • Profile:

    沙箱环境填sandbox,正式环境不填



18988
18989
18990
# File 'lib/v20190820/models.rb', line 18988

def OpenId
  @OpenId
end

#OpenKeyObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • Profile:

    沙箱环境填sandbox,正式环境不填



18988
18989
18990
# File 'lib/v20190820/models.rb', line 18988

def OpenKey
  @OpenKey
end

#ProfileObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • Profile:

    沙箱环境填sandbox,正式环境不填



18988
18989
18990
# File 'lib/v20190820/models.rb', line 18988

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



18996
18997
18998
18999
19000
# File 'lib/v20190820/models.rb', line 18996

def deserialize(params)
  @OpenId = params['OpenId']
  @OpenKey = params['OpenKey']
  @Profile = params['Profile']
end