Class: Google::Shopping::Merchant::Accounts::V1beta::MinimumOrderValueTable

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

Table of per store minimum order values for the pickup fulfillment type.

Defined Under Namespace

Classes: StoreCodeSetWithMov

Instance Attribute Summary collapse

Instance Attribute Details

#store_code_set_with_movs::Array<::Google::Shopping::Merchant::Accounts::V1beta::MinimumOrderValueTable::StoreCodeSetWithMov>

Returns Required. A list of store code sets sharing the same minimum order value (MOV). At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.

Returns:



568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 568

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

  # A list of store code sets sharing the same minimum order value. At least
  # two sets are required and the last one must be empty, which signifies
  # 'MOV for all other stores'.
  # Each store code can only appear once across all the sets.
  # All prices within a service must have the same currency.
  # @!attribute [rw] store_codes
  #   @return [::Array<::String>]
  #     Optional. A list of unique store codes or empty for the catch all.
  # @!attribute [rw] value
  #   @return [::Google::Shopping::Type::Price]
  #     The minimum order value for the given stores.
  class StoreCodeSetWithMov
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end