Class: Google::Shopping::Merchant::Accounts::V1beta::WarehouseCutoffTime

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

The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.

Instance Attribute Summary collapse

Instance Attribute Details

#hour::Integer

Returns Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.

Returns:

  • (::Integer)

    Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.



297
298
299
300
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 297

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

#minute::Integer

Returns Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.

Returns:

  • (::Integer)

    Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.



297
298
299
300
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 297

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