Class: TencentCloud::Cpdp::V20190820::DistributeAccreditResult

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

Overview

授权申请响应对象

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(contracturl = nil, merchantno = nil) ⇒ DistributeAccreditResult

Returns a new instance of DistributeAccreditResult.



9639
9640
9641
9642
# File 'lib/v20190820/models.rb', line 9639

def initialize(contracturl=nil, merchantno=nil)
  @ContractUrl = contracturl
  @MerchantNo = merchantno
end

Instance Attribute Details

#ContractUrlObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ContractUrl:

    合同h5地址

  • MerchantNo:

    系统商户号



9637
9638
9639
# File 'lib/v20190820/models.rb', line 9637

def ContractUrl
  @ContractUrl
end

#MerchantNoObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ContractUrl:

    合同h5地址

  • MerchantNo:

    系统商户号



9637
9638
9639
# File 'lib/v20190820/models.rb', line 9637

def MerchantNo
  @MerchantNo
end

Instance Method Details

#deserialize(params) ⇒ Object



9644
9645
9646
9647
# File 'lib/v20190820/models.rb', line 9644

def deserialize(params)
  @ContractUrl = params['ContractUrl']
  @MerchantNo = params['MerchantNo']
end