Class: TencentCloud::Cpdp::V20190820::QueryPayerInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryPayerInfoRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryPayerInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(payerid = nil, profile = nil) ⇒ QueryPayerInfoRequest
constructor
A new instance of QueryPayerInfoRequest.
Constructor Details
#initialize(payerid = nil, profile = nil) ⇒ QueryPayerInfoRequest
Returns a new instance of QueryPayerInfoRequest.
22241 22242 22243 22244 |
# File 'lib/v20190820/models.rb', line 22241 def initialize(payerid=nil, profile=nil) @PayerId = payerid @Profile = profile end |
Instance Attribute Details
#PayerId ⇒ Object
22239 22240 22241 |
# File 'lib/v20190820/models.rb', line 22239 def PayerId @PayerId end |
#Profile ⇒ Object
22239 22240 22241 |
# File 'lib/v20190820/models.rb', line 22239 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
22246 22247 22248 22249 |
# File 'lib/v20190820/models.rb', line 22246 def deserialize(params) @PayerId = params['PayerId'] @Profile = params['Profile'] end |