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