Class: Google::Shopping::Merchant::Accounts::V1beta::BusinessDayConfig

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 of the warehouse.

Defined Under Namespace

Modules: Weekday

Instance Attribute Summary collapse

Instance Attribute Details

#business_days::Array<::Google::Shopping::Merchant::Accounts::V1beta::BusinessDayConfig::Weekday>

Returns Required. Regular business days. May not be empty.

Returns:



405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 405

class BusinessDayConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module Weekday
    WEEKDAY_UNSPECIFIED = 0

    MONDAY = 1

    TUESDAY = 2

    WEDNESDAY = 3

    THURSDAY = 4

    FRIDAY = 5

    SATURDAY = 6

    SUNDAY = 7
  end
end