Class: Google::Shopping::Merchant::Accounts::V1::MinimumOrderValueTable::StoreCodeSetWithMov
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::MinimumOrderValueTable::StoreCodeSetWithMov
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
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.
Instance Attribute Summary collapse
-
#store_codes ⇒ ::Array<::String>
Optional.
-
#value ⇒ ::Google::Shopping::Type::Price
The minimum order value for the given stores.
Instance Attribute Details
#store_codes ⇒ ::Array<::String>
589 590 591 592 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 589 class StoreCodeSetWithMov include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Shopping::Type::Price
589 590 591 592 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 589 class StoreCodeSetWithMov include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |