Class: Google::Shopping::Merchant::Accounts::V1beta::Address
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Address
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb
Overview
Shipping address of the warehouse.
Instance Attribute Summary collapse
-
#administrative_area ⇒ ::String
Required.
-
#city ⇒ ::String
Required.
-
#postal_code ⇒ ::String
Required.
-
#region_code ⇒ ::String
Required.
-
#street_address ⇒ ::String
Street-level part of the address.
Instance Attribute Details
#administrative_area ⇒ ::String
Returns Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
322 323 324 325 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 322 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#city ⇒ ::String
Returns Required. City, town or commune. May also include dependent localities or sublocalities (For example neighborhoods or suburbs).
322 323 324 325 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 322 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postal_code ⇒ ::String
Returns Required. Postal code or ZIP (For example "94043").
322 323 324 325 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 322 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String
Returns Required. CLDR country code (For example "US").
322 323 324 325 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 322 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#street_address ⇒ ::String
Returns Street-level part of the address. For example: 111w 31st Street
.
322 323 324 325 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 322 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |