Class: Google::Apis::MerchantapiAccountsV1beta::MinimumOrderValueTable
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiAccountsV1beta::MinimumOrderValueTable
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb
Overview
Table of per store minimum order values for the pickup fulfillment type.
Instance Attribute Summary collapse
-
#store_code_set_with_movs ⇒ Array<Google::Apis::MerchantapiAccountsV1beta::StoreCodeSetWithMov>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MinimumOrderValueTable
constructor
A new instance of MinimumOrderValueTable.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MinimumOrderValueTable
Returns a new instance of MinimumOrderValueTable.
1455 1456 1457 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1455 def initialize(**args) update!(**args) end |
Instance Attribute Details
#store_code_set_with_movs ⇒ Array<Google::Apis::MerchantapiAccountsV1beta::StoreCodeSetWithMov>
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.
Corresponds to the JSON property storeCodeSetWithMovs
1453 1454 1455 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1453 def store_code_set_with_movs @store_code_set_with_movs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1460 1461 1462 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1460 def update!(**args) @store_code_set_with_movs = args[:store_code_set_with_movs] if args.key?(:store_code_set_with_movs) end |