Class: TencentCloud::Trp::V20210515::ModifyMerchantRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ModifyMerchantRequest
- Defined in:
- lib/v20210515/models.rb
Overview
ModifyMerchant请求参数结构体
Instance Attribute Summary collapse
- #CodeType ⇒ Object
- #CodeUrl ⇒ Object
- #CorpId ⇒ Object
- #MerchantId ⇒ Object
- #Name ⇒ Object
- #Remark ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, merchantid = nil, remark = nil, corpid = nil, codetype = nil, codeurl = nil) ⇒ ModifyMerchantRequest
constructor
A new instance of ModifyMerchantRequest.
Constructor Details
#initialize(name = nil, merchantid = nil, remark = nil, corpid = nil, codetype = nil, codeurl = nil) ⇒ ModifyMerchantRequest
Returns a new instance of ModifyMerchantRequest.
3372 3373 3374 3375 3376 3377 3378 3379 |
# File 'lib/v20210515/models.rb', line 3372 def initialize(name=nil, merchantid=nil, remark=nil, corpid=nil, codetype=nil, codeurl=nil) @Name = name @MerchantId = merchantid @Remark = remark @CorpId = corpid @CodeType = codetype @CodeUrl = codeurl end |
Instance Attribute Details
#CodeType ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def CodeType @CodeType end |
#CodeUrl ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def CodeUrl @CodeUrl end |
#CorpId ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def CorpId @CorpId end |
#MerchantId ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def MerchantId @MerchantId end |
#Name ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def Name @Name end |
#Remark ⇒ Object
3370 3371 3372 |
# File 'lib/v20210515/models.rb', line 3370 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
3381 3382 3383 3384 3385 3386 3387 3388 |
# File 'lib/v20210515/models.rb', line 3381 def deserialize(params) @Name = params['Name'] @MerchantId = params['MerchantId'] @Remark = params['Remark'] @CorpId = params['CorpId'] @CodeType = params['CodeType'] @CodeUrl = params['CodeUrl'] end |