Class: ContextDev::Models::BrandRetrieveByIsinResponse::Brand::Address
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BrandRetrieveByIsinResponse::Brand::Address
- Defined in:
- lib/context_dev/models/brand_retrieve_by_isin_response.rb
Overview
Instance Attribute Summary collapse
-
#city ⇒ String?
City name.
-
#country ⇒ String?
Country name.
-
#country_code ⇒ String?
Country code.
-
#postal_code ⇒ String?
Postal or ZIP code.
-
#state_code ⇒ String?
State or province code.
-
#state_province ⇒ String?
State or province name.
-
#street ⇒ String?
Street address.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from ContextDev::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ String?
City name
182 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 182 optional :city, String |
#country ⇒ String?
Country name
188 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 188 optional :country, String |
#country_code ⇒ String?
Country code
194 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 194 optional :country_code, String |
#postal_code ⇒ String?
Postal or ZIP code
200 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 200 optional :postal_code, String |
#state_code ⇒ String?
State or province code
206 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 206 optional :state_code, String |
#state_province ⇒ String?
State or province name
212 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 212 optional :state_province, String |
#street ⇒ String?
Street address
218 |
# File 'lib/context_dev/models/brand_retrieve_by_isin_response.rb', line 218 optional :street, String |