Class: Google::Shopping::Merchant::Accounts::V1beta::CutoffTime
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CutoffTime
- 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
-
#hour ⇒ ::Integer
Required.
-
#minute ⇒ ::Integer
Required.
-
#time_zone ⇒ ::String
Required.
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.
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.
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".
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 |