Class: TencentCloud::Cpdp::V20190820::QueryMerchantPayWayListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryMerchantPayWayListRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryMerchantPayWayList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, paytype = nil, profile = nil) ⇒ QueryMerchantPayWayListRequest
constructor
A new instance of QueryMerchantPayWayListRequest.
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
#OpenId ⇒ Object
19151 19152 19153 |
# File 'lib/v20190820/models.rb', line 19151 def OpenId @OpenId end |
#OpenKey ⇒ Object
19151 19152 19153 |
# File 'lib/v20190820/models.rb', line 19151 def OpenKey @OpenKey end |
#PayType ⇒ Object
19151 19152 19153 |
# File 'lib/v20190820/models.rb', line 19151 def PayType @PayType end |
#Profile ⇒ Object
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 |