Class: TencentCloud::Cpdp::V20190820::OpenBankBillingInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankBillingInfo
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-账单信息
Instance Attribute Summary collapse
- #AddressOne ⇒ Object
- #AddressTwo ⇒ Object
- #City ⇒ Object
- #Country ⇒ Object
- #FirstName ⇒ Object
- #LastName ⇒ Object
- #Phone ⇒ Object
- #State ⇒ Object
- #ZipCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(firstname = nil, lastname = nil, addressone = nil, addresstwo = nil, city = nil, state = nil, country = nil, zipcode = nil, phone = nil) ⇒ OpenBankBillingInfo
constructor
A new instance of OpenBankBillingInfo.
Constructor Details
#initialize(firstname = nil, lastname = nil, addressone = nil, addresstwo = nil, city = nil, state = nil, country = nil, zipcode = nil, phone = nil) ⇒ OpenBankBillingInfo
Returns a new instance of OpenBankBillingInfo.
12483 12484 12485 12486 12487 12488 12489 12490 12491 12492 12493 |
# File 'lib/v20190820/models.rb', line 12483 def initialize(firstname=nil, lastname=nil, addressone=nil, addresstwo=nil, city=nil, state=nil, country=nil, zipcode=nil, phone=nil) @FirstName = firstname @LastName = lastname @AddressOne = addressone @AddressTwo = addresstwo @City = city @State = state @Country = country @ZipCode = zipcode @Phone = phone end |
Instance Attribute Details
#AddressOne ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def AddressOne @AddressOne end |
#AddressTwo ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def AddressTwo @AddressTwo end |
#City ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def City @City end |
#Country ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def Country @Country end |
#FirstName ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def FirstName @FirstName end |
#LastName ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def LastName @LastName end |
#Phone ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def Phone @Phone end |
#State ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def State @State end |
#ZipCode ⇒ Object
12481 12482 12483 |
# File 'lib/v20190820/models.rb', line 12481 def ZipCode @ZipCode end |
Instance Method Details
#deserialize(params) ⇒ Object
12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 |
# File 'lib/v20190820/models.rb', line 12495 def deserialize(params) @FirstName = params['FirstName'] @LastName = params['LastName'] @AddressOne = params['AddressOne'] @AddressTwo = params['AddressTwo'] @City = params['City'] @State = params['State'] @Country = params['Country'] @ZipCode = params['ZipCode'] @Phone = params['Phone'] end |