Class: Google::Shopping::Merchant::Accounts::V1beta::Service::StoreConfig::CutoffConfig::LocalCutoffTime
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Service::StoreConfig::CutoffConfig::LocalCutoffTime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb
Overview
Time that local delivery ends for the day.
Instance Attribute Summary collapse
-
#hour ⇒ ::Integer
Hour local delivery orders must be placed by to process the same day.
-
#minute ⇒ ::Integer
Minute local delivery orders must be placed by to process the same day.
Instance Attribute Details
#hour ⇒ ::Integer
Returns Hour local delivery orders must be placed by to process the same day.
163 164 165 166 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 163 class LocalCutoffTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minute ⇒ ::Integer
Returns Minute local delivery orders must be placed by to process the same day.
163 164 165 166 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 163 class LocalCutoffTime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |