Google Shopping Merchant Promotions V1beta Client - Class RedemptionChannel (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Promotions V1beta Client class RedemptionChannel.

Channel of a promotion.

Protobuf type google.shopping.merchant.promotions.v1beta.RedemptionChannel

Namespace

Google \ Shopping \ Merchant \ Promotions \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REDEMPTION_CHANNEL_UNSPECIFIED

Value: 0

Indicates that the channel is unspecified.

Generated from protobuf enum REDEMPTION_CHANNEL_UNSPECIFIED = 0;

IN_STORE

Value: 1

Indicates that the channel is in store.

This is same as local channel used for products.

Generated from protobuf enum IN_STORE = 1;

ONLINE

Value: 2

Indicates that the channel is online.

Generated from protobuf enum ONLINE = 2;