Class: TencentCloud::Cpdp::V20190820::ApplyPayerInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ApplyPayerInfoRequest
- Defined in:
- lib/v20190820/models.rb
Overview
ApplyPayerInfo请求参数结构体
Instance Attribute Summary collapse
- #PayerContactName ⇒ Object
- #PayerContactNumber ⇒ Object
- #PayerCountryCode ⇒ Object
- #PayerEmailAddress ⇒ Object
- #PayerId ⇒ Object
- #PayerIdNo ⇒ Object
- #PayerIdType ⇒ Object
- #PayerName ⇒ Object
- #PayerType ⇒ Object
- #Profile ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(payerid = nil, payertype = nil, payername = nil, payeridtype = nil, payeridno = nil, payercountrycode = nil, payercontactname = nil, payercontactnumber = nil, payeremailaddress = nil, profile = nil) ⇒ ApplyPayerInfoRequest
constructor
A new instance of ApplyPayerInfoRequest.
Constructor Details
#initialize(payerid = nil, payertype = nil, payername = nil, payeridtype = nil, payeridno = nil, payercountrycode = nil, payercontactname = nil, payercontactnumber = nil, payeremailaddress = nil, profile = nil) ⇒ ApplyPayerInfoRequest
Returns a new instance of ApplyPayerInfoRequest.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/v20190820/models.rb', line 2061 def initialize(payerid=nil, payertype=nil, payername=nil, payeridtype=nil, payeridno=nil, payercountrycode=nil, payercontactname=nil, payercontactnumber=nil, payeremailaddress=nil, profile=nil) @PayerId = payerid @PayerType = payertype @PayerName = payername @PayerIdType = payeridtype @PayerIdNo = payeridno @PayerCountryCode = payercountrycode @PayerContactName = payercontactname @PayerContactNumber = payercontactnumber @PayerEmailAddress = payeremailaddress @Profile = profile end |
Instance Attribute Details
#PayerContactName ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerContactName @PayerContactName end |
#PayerContactNumber ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerContactNumber @PayerContactNumber end |
#PayerCountryCode ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerCountryCode @PayerCountryCode end |
#PayerEmailAddress ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerEmailAddress @PayerEmailAddress end |
#PayerId ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerId @PayerId end |
#PayerIdNo ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerIdNo @PayerIdNo end |
#PayerIdType ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerIdType @PayerIdType end |
#PayerName ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerName @PayerName end |
#PayerType ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def PayerType @PayerType end |
#Profile ⇒ Object
2059 2060 2061 |
# File 'lib/v20190820/models.rb', line 2059 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'lib/v20190820/models.rb', line 2074 def deserialize(params) @PayerId = params['PayerId'] @PayerType = params['PayerType'] @PayerName = params['PayerName'] @PayerIdType = params['PayerIdType'] @PayerIdNo = params['PayerIdNo'] @PayerCountryCode = params['PayerCountryCode'] @PayerContactName = params['PayerContactName'] @PayerContactNumber = params['PayerContactNumber'] @PayerEmailAddress = params['PayerEmailAddress'] @Profile = params['Profile'] end |