Class: Google::Shopping::Merchant::Accounts::V1beta::TransitTable::TransitTimeRow::TransitTimeValue

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

Transit time range (min-max) in business days.

Instance Attribute Summary collapse

Instance Attribute Details

#max_transit_days::Integer

Returns Must be greater than or equal to min_transit_days.

Returns:

  • (::Integer)

    Must be greater than or equal to min_transit_days.



553
554
555
556
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 553

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

#min_transit_days::Integer

Returns Minimum transit time range in business days. 0 means same day delivery, 1 means next day delivery.

Returns:

  • (::Integer)

    Minimum transit time range in business days. 0 means same day delivery, 1 means next day delivery.



553
554
555
556
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 553

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