Class: TencentCloud::Cpdp::V20190820::CreatePayMerchantResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreatePayMerchantResponse
- Defined in:
- lib/v20190820/models.rb
Overview
CreatePayMerchant返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantappid = nil, requestid = nil) ⇒ CreatePayMerchantResponse
constructor
A new instance of CreatePayMerchantResponse.
Constructor Details
#initialize(merchantappid = nil, requestid = nil) ⇒ CreatePayMerchantResponse
Returns a new instance of CreatePayMerchantResponse.
8440 8441 8442 8443 |
# File 'lib/v20190820/models.rb', line 8440 def initialize(merchantappid=nil, requestid=nil) @MerchantAppId = merchantappid @RequestId = requestid end |
Instance Attribute Details
#MerchantAppId ⇒ Object
8438 8439 8440 |
# File 'lib/v20190820/models.rb', line 8438 def MerchantAppId @MerchantAppId end |
#RequestId ⇒ Object
8438 8439 8440 |
# File 'lib/v20190820/models.rb', line 8438 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8445 8446 8447 8448 |
# File 'lib/v20190820/models.rb', line 8445 def deserialize(params) @MerchantAppId = params['MerchantAppId'] @RequestId = params['RequestId'] end |