Google Shopping Merchant Products V1 Client - Class Surface (1.7.0)

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 \ ProductMinimumOrderValue

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SURFACE_UNSPECIFIED

Value: 0

Surface is unspecified.

Generated from protobuf enum SURFACE_UNSPECIFIED = 0;

ONLINE

Value: 1

Surface value to indicate online purchases.

Generated from protobuf enum ONLINE = 1;

LOCAL

Value: 2

Surface value to indicate local purchases.

Generated from protobuf enum LOCAL = 2;

ONLINE_LOCAL

Value: 3

Surface value to indicate online and local purchases.

Generated from protobuf enum ONLINE_LOCAL = 3;