Class: Google::Shopping::Merchant::Accounts::V1beta::Service::StoreConfig::CutoffConfig::LocalCutoffTime

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#hour::Integer

Returns Hour local delivery orders must be placed by to process the same day.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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