public interface MinimumOrderValueTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStoreCodeSetWithMovs(int index)
public abstract MinimumOrderValueTable.StoreCodeSetWithMov getStoreCodeSetWithMovs(int index)
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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.StoreCodeSetWithMov |
getStoreCodeSetWithMovsCount()
public abstract int getStoreCodeSetWithMovsCount()
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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getStoreCodeSetWithMovsList()
public abstract List<MinimumOrderValueTable.StoreCodeSetWithMov> getStoreCodeSetWithMovsList()
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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<StoreCodeSetWithMov> |
getStoreCodeSetWithMovsOrBuilder(int index)
public abstract MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder getStoreCodeSetWithMovsOrBuilder(int index)
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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder |
getStoreCodeSetWithMovsOrBuilderList()
public abstract List<? extends MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder> getStoreCodeSetWithMovsOrBuilderList()
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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder> |