Class: Google::Shopping::Merchant::Accounts::V1::WarehouseBasedDeliveryTime
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::WarehouseBasedDeliveryTime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery_time should be set.
Instance Attribute Summary collapse
-
#carrier ⇒ ::String
Required.
-
#carrier_service ⇒ ::String
Required.
-
#warehouse ⇒ ::String
Required.
Instance Attribute Details
#carrier ⇒ ::String
Returns Required. Carrier, such as "UPS" or "Fedex". supported carriers.
449 450 451 452 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449 class WarehouseBasedDeliveryTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#carrier_service ⇒ ::String
Returns Required. Carrier service, such as "ground" or "2 days". The name of the service must be in the eddSupportedServices list.
449 450 451 452 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449 class WarehouseBasedDeliveryTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warehouse ⇒ ::String
Returns Required. Warehouse name. This should match .
449 450 451 452 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449 class WarehouseBasedDeliveryTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |