Class: TencentCloud::Cpdp::V20190820::QueryMerchantPayWayListRequest

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

Overview

QueryMerchantPayWayList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(openid = nil, openkey = nil, paytype = nil, profile = nil) ⇒ QueryMerchantPayWayListRequest

Returns a new instance of QueryMerchantPayWayListRequest.



19153
19154
19155
19156
19157
19158
# File 'lib/v20190820/models.rb', line 19153

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

Instance Attribute Details

#OpenIdObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • PayType:

    支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。

  • Profile:

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



19151
19152
19153
# File 'lib/v20190820/models.rb', line 19151

def OpenId
  @OpenId
end

#OpenKeyObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • PayType:

    支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。

  • Profile:

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



19151
19152
19153
# File 'lib/v20190820/models.rb', line 19151

def OpenKey
  @OpenKey
end

#PayTypeObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • PayType:

    支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。

  • Profile:

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



19151
19152
19153
# File 'lib/v20190820/models.rb', line 19151

def PayType
  @PayType
end

#ProfileObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • PayType:

    支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。

  • Profile:

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



19151
19152
19153
# File 'lib/v20190820/models.rb', line 19151

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



19160
19161
19162
19163
19164
19165
# File 'lib/v20190820/models.rb', line 19160

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