Class: TencentCloud::Cpdp::V20190820::QueryPayerInfoRequest

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

Overview

QueryPayerInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payerid = nil, profile = nil) ⇒ QueryPayerInfoRequest

Returns a new instance of QueryPayerInfoRequest.



22241
22242
22243
22244
# File 'lib/v20190820/models.rb', line 22241

def initialize(payerid=nil, profile=nil)
  @PayerId = payerid
  @Profile = profile
end

Instance Attribute Details

#PayerIdObject

Parameters:

  • PayerId:

    付款人ID

  • Profile:

    接入环境。沙箱环境填sandbox



22239
22240
22241
# File 'lib/v20190820/models.rb', line 22239

def PayerId
  @PayerId
end

#ProfileObject

Parameters:

  • PayerId:

    付款人ID

  • Profile:

    接入环境。沙箱环境填sandbox



22239
22240
22241
# File 'lib/v20190820/models.rb', line 22239

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



22246
22247
22248
22249
# File 'lib/v20190820/models.rb', line 22246

def deserialize(params)
  @PayerId = params['PayerId']
  @Profile = params['Profile']
end