Class: Google::Shopping::Merchant::Accounts::V1beta::WarehouseBasedDeliveryTime
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::WarehouseBasedDeliveryTime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/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"
.
443 444 445 446 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 443 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.
443 444 445 446 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 443 class WarehouseBasedDeliveryTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warehouse ⇒ ::String
Returns Required. Warehouse name. This should match [warehouse][ShippingSetting.warehouses.name].
443 444 445 446 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 443 class WarehouseBasedDeliveryTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |