Google Shopping Merchant Accounts V1beta Client - Class MinimumOrderValueTable (0.2.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class MinimumOrderValueTable.

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

Generated from protobuf message google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ store_code_set_with_movs array<Google\Shopping\Merchant\Accounts\V1beta\MinimumOrderValueTable\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.

getStoreCodeSetWithMovs

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
Type Description
Google\Protobuf\Internal\RepeatedField

setStoreCodeSetWithMovs

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.

Parameter
Name Description
var array<Google\Shopping\Merchant\Accounts\V1beta\MinimumOrderValueTable\StoreCodeSetWithMov>
Returns
Type Description
$this