Class: Google::Shopping::Merchant::Accounts::V1beta::CutoffTime

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

Business days cutoff time definition.

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.

Returns:

  • (::Integer)

    Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day.



395
396
397
398
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 395

class CutoffTime
  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.

Returns:

  • (::Integer)

    Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day.



395
396
397
398
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 395

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

#time_zone::String

Returns Required. Timezone identifier For example "Europe/Zurich".

Returns:



395
396
397
398
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 395

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