Class: TencentCloud::Cpdp::V20190820::ModifyMerchantRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ModifyMerchantRequest
- Defined in:
- lib/v20190820/models.rb
Overview
ModifyMerchant请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantappid = nil, merchantname = nil, businesspayflag = nil) ⇒ ModifyMerchantRequest
constructor
A new instance of ModifyMerchantRequest.
Constructor Details
#initialize(merchantappid = nil, merchantname = nil, businesspayflag = nil) ⇒ ModifyMerchantRequest
Returns a new instance of ModifyMerchantRequest.
12100 12101 12102 12103 12104 |
# File 'lib/v20190820/models.rb', line 12100 def initialize(merchantappid=nil, merchantname=nil, businesspayflag=nil) @MerchantAppId = merchantappid @MerchantName = merchantname @BusinessPayFlag = businesspayflag end |
Instance Attribute Details
#BusinessPayFlag ⇒ Object
12098 12099 12100 |
# File 'lib/v20190820/models.rb', line 12098 def BusinessPayFlag @BusinessPayFlag end |
#MerchantAppId ⇒ Object
12098 12099 12100 |
# File 'lib/v20190820/models.rb', line 12098 def MerchantAppId @MerchantAppId end |
#MerchantName ⇒ Object
12098 12099 12100 |
# File 'lib/v20190820/models.rb', line 12098 def MerchantName @MerchantName end |
Instance Method Details
#deserialize(params) ⇒ Object
12106 12107 12108 12109 12110 |
# File 'lib/v20190820/models.rb', line 12106 def deserialize(params) @MerchantAppId = params['MerchantAppId'] @MerchantName = params['MerchantName'] @BusinessPayFlag = params['BusinessPayFlag'] end |