Class: TencentCloud::Cpdp::V20190820::ModifyMerchantRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

ModifyMerchant请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BusinessPayFlagObject

Parameters:

  • MerchantAppId:

    进件成功后返给商户的AppId

  • MerchantName:

    收款商户名称

  • BusinessPayFlag:

    B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。



12098
12099
12100
# File 'lib/v20190820/models.rb', line 12098

def BusinessPayFlag
  @BusinessPayFlag
end

#MerchantAppIdObject

Parameters:

  • MerchantAppId:

    进件成功后返给商户的AppId

  • MerchantName:

    收款商户名称

  • BusinessPayFlag:

    B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。



12098
12099
12100
# File 'lib/v20190820/models.rb', line 12098

def MerchantAppId
  @MerchantAppId
end

#MerchantNameObject

Parameters:

  • MerchantAppId:

    进件成功后返给商户的AppId

  • MerchantName:

    收款商户名称

  • BusinessPayFlag:

    B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。



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