Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class Surface.
The surface values to which the minimum order value applies.
Protobuf type google.shopping.merchant.products.v1.ProductMinimumOrderValue.Surface
Namespace
Google \ Shopping \ Merchant \ Products \ V1 \ ProductMinimumOrderValueMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SURFACE_UNSPECIFIED
Value: 0Surface is unspecified.
Generated from protobuf enum SURFACE_UNSPECIFIED = 0;
ONLINE
Value: 1Surface value to indicate online purchases.
Generated from protobuf enum ONLINE = 1;
LOCAL
Value: 2Surface value to indicate local purchases.
Generated from protobuf enum LOCAL = 2;
ONLINE_LOCAL
Value: 3Surface value to indicate online and local purchases.
Generated from protobuf enum ONLINE_LOCAL = 3;