Class: TencentCloud::Cpdp::V20190820::ApplyPayerInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ApplyPayerInfoResponse
- Defined in:
- lib/v20190820/models.rb
Overview
ApplyPayerInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ ApplyPayerInfoResponse
constructor
A new instance of ApplyPayerInfoResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ ApplyPayerInfoResponse
Returns a new instance of ApplyPayerInfoResponse.
2097 2098 2099 2100 |
# File 'lib/v20190820/models.rb', line 2097 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2095 2096 2097 |
# File 'lib/v20190820/models.rb', line 2095 def RequestId @RequestId end |
#Result ⇒ Object
2095 2096 2097 |
# File 'lib/v20190820/models.rb', line 2095 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
2102 2103 2104 2105 2106 2107 2108 |
# File 'lib/v20190820/models.rb', line 2102 def deserialize(params) unless params['Result'].nil? @Result = ApplyPayerinfoResult.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |