Class: Google::Shopping::Merchant::Accounts::V1::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/v1/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.



168
169
170
171
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 168

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.



168
169
170
171
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 168

class LocalCutoffTime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end