Class: TencentCloud::Cpdp::V20190820::CreatePayMerchantResponse

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

Overview

CreatePayMerchant返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#MerchantAppIdObject

Parameters:

  • MerchantAppId:

    分配给商户的 AppId。该 AppId 为后续各项 交易的商户标识。

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



8438
8439
8440
# File 'lib/v20190820/models.rb', line 8438

def MerchantAppId
  @MerchantAppId
end

#RequestIdObject

Parameters:

  • MerchantAppId:

    分配给商户的 AppId。该 AppId 为后续各项 交易的商户标识。

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



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