Class: TencentCloud::Cpdp::V20190820::QueryMerchantResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryMerchantResponse
- Defined in:
- lib/v20190820/models.rb
Overview
QueryMerchant返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantappid = nil, merchantname = nil, businesspayflag = nil, requestid = nil) ⇒ QueryMerchantResponse
constructor
A new instance of QueryMerchantResponse.
Constructor Details
#initialize(merchantappid = nil, merchantname = nil, businesspayflag = nil, requestid = nil) ⇒ QueryMerchantResponse
Returns a new instance of QueryMerchantResponse.
19234 19235 19236 19237 19238 19239 |
# File 'lib/v20190820/models.rb', line 19234 def initialize(merchantappid=nil, merchantname=nil, businesspayflag=nil, requestid=nil) @MerchantAppId = merchantappid @MerchantName = merchantname @BusinessPayFlag = businesspayflag @RequestId = requestid end |
Instance Attribute Details
#BusinessPayFlag ⇒ Object
19232 19233 19234 |
# File 'lib/v20190820/models.rb', line 19232 def BusinessPayFlag @BusinessPayFlag end |
#MerchantAppId ⇒ Object
19232 19233 19234 |
# File 'lib/v20190820/models.rb', line 19232 def MerchantAppId @MerchantAppId end |
#MerchantName ⇒ Object
19232 19233 19234 |
# File 'lib/v20190820/models.rb', line 19232 def MerchantName @MerchantName end |
#RequestId ⇒ Object
19232 19233 19234 |
# File 'lib/v20190820/models.rb', line 19232 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19241 19242 19243 19244 19245 19246 |
# File 'lib/v20190820/models.rb', line 19241 def deserialize(params) @MerchantAppId = params['MerchantAppId'] @MerchantName = params['MerchantName'] @BusinessPayFlag = params['BusinessPayFlag'] @RequestId = params['RequestId'] end |