Class: TencentCloud::Cpdp::V20190820::QueryContractPayWayListRequest

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

Overview

QueryContractPayWayList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QueryContractPayWayListRequest.



16261
16262
16263
16264
16265
# File 'lib/v20190820/models.rb', line 16261

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,正式环境不填



16259
16260
16261
# File 'lib/v20190820/models.rb', line 16259

def OpenId
  @OpenId
end

#OpenKeyObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • Profile:

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



16259
16260
16261
# File 'lib/v20190820/models.rb', line 16259

def OpenKey
  @OpenKey
end

#ProfileObject

Parameters:

  • OpenId:

    收单系统分配的开放ID

  • OpenKey:

    收单系统分配的密钥

  • Profile:

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



16259
16260
16261
# File 'lib/v20190820/models.rb', line 16259

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



16267
16268
16269
16270
16271
# File 'lib/v20190820/models.rb', line 16267

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