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
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
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
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 |