Class: Google::Shopping::Merchant::Accounts::V1::MinimumOrderValueTable
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::MinimumOrderValueTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/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::V1::MinimumOrderValueTable::StoreCodeSetWithMov>
574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 574 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 |