Class: Google::Shopping::Merchant::Accounts::V1beta::MinimumOrderValueTable::StoreCodeSetWithMov
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::MinimumOrderValueTable::StoreCodeSetWithMov
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/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>
Returns Optional. A list of unique store codes or empty for the catch all.
583 584 585 586 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 583 class StoreCodeSetWithMov include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Shopping::Type::Price
Returns The minimum order value for the given stores.
583 584 585 586 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 583 class StoreCodeSetWithMov include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |