Class: TencentCloud::Cpdp::V20190820::OpenBankShippingInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankShippingInfo
- 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) ⇒ OpenBankShippingInfo
constructor
A new instance of OpenBankShippingInfo.
Constructor Details
#initialize(firstname = nil, lastname = nil, addressone = nil, addresstwo = nil, city = nil, state = nil, country = nil, zipcode = nil, phone = nil) ⇒ OpenBankShippingInfo
Returns a new instance of OpenBankShippingInfo.
13215 13216 13217 13218 13219 13220 13221 13222 13223 13224 13225 |
# File 'lib/v20190820/models.rb', line 13215 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
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def AddressOne @AddressOne end |
#AddressTwo ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def AddressTwo @AddressTwo end |
#City ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def City @City end |
#Country ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def Country @Country end |
#FirstName ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def FirstName @FirstName end |
#LastName ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def LastName @LastName end |
#Phone ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def Phone @Phone end |
#State ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def State @State end |
#ZipCode ⇒ Object
国家地区编码标准中的两位字母编码
13213 13214 13215 |
# File 'lib/v20190820/models.rb', line 13213 def ZipCode @ZipCode end |
Instance Method Details
#deserialize(params) ⇒ Object
13227 13228 13229 13230 13231 13232 13233 13234 13235 13236 13237 |
# File 'lib/v20190820/models.rb', line 13227 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 |