Class: TencentCloud::Cpdp::V20190820::QueryShopOpenIdRequest

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

Overview

QueryShopOpenId请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(openid = nil, openkey = nil, shopno = nil, profile = nil) ⇒ QueryShopOpenIdRequest

Returns a new instance of QueryShopOpenIdRequest.



22664
22665
22666
22667
22668
22669
# File 'lib/v20190820/models.rb', line 22664

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

Instance Attribute Details

#OpenIdObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • ShopNo:

    门店编号

  • Profile:

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



22662
22663
22664
# File 'lib/v20190820/models.rb', line 22662

def OpenId
  @OpenId
end

#OpenKeyObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • ShopNo:

    门店编号

  • Profile:

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



22662
22663
22664
# File 'lib/v20190820/models.rb', line 22662

def OpenKey
  @OpenKey
end

#ProfileObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • ShopNo:

    门店编号

  • Profile:

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



22662
22663
22664
# File 'lib/v20190820/models.rb', line 22662

def Profile
  @Profile
end

#ShopNoObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • ShopNo:

    门店编号

  • Profile:

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



22662
22663
22664
# File 'lib/v20190820/models.rb', line 22662

def ShopNo
  @ShopNo
end

Instance Method Details

#deserialize(params) ⇒ Object



22671
22672
22673
22674
22675
22676
# File 'lib/v20190820/models.rb', line 22671

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