Class: TencentCloud::Cpdp::V20190820::OpenBankStoreInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankStoreInfo
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-门店信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, areacode = nil, address = nil, id = nil) ⇒ OpenBankStoreInfo
constructor
A new instance of OpenBankStoreInfo.
Constructor Details
#initialize(name = nil, areacode = nil, address = nil, id = nil) ⇒ OpenBankStoreInfo
Returns a new instance of OpenBankStoreInfo.
13253 13254 13255 13256 13257 13258 |
# File 'lib/v20190820/models.rb', line 13253 def initialize(name=nil, areacode=nil, address=nil, id=nil) @Name = name @AreaCode = areacode @Address = address @Id = id end |
Instance Attribute Details
#Address ⇒ Object
13251 13252 13253 |
# File 'lib/v20190820/models.rb', line 13251 def Address @Address end |
#AreaCode ⇒ Object
13251 13252 13253 |
# File 'lib/v20190820/models.rb', line 13251 def AreaCode @AreaCode end |
#Id ⇒ Object
13251 13252 13253 |
# File 'lib/v20190820/models.rb', line 13251 def Id @Id end |
#Name ⇒ Object
13251 13252 13253 |
# File 'lib/v20190820/models.rb', line 13251 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
13260 13261 13262 13263 13264 13265 |
# File 'lib/v20190820/models.rb', line 13260 def deserialize(params) @Name = params['Name'] @AreaCode = params['AreaCode'] @Address = params['Address'] @Id = params['Id'] end |