Reference documentation and code samples for the Google Shopping Merchant Promotions V1 Client class RedemptionChannel.
Channel of a promotion.
Protobuf type google.shopping.merchant.promotions.v1.RedemptionChannel
Namespace
Google \ Shopping \ Merchant \ Promotions \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REDEMPTION_CHANNEL_UNSPECIFIED
Value: 0Indicates that the channel is unspecified.
Generated from protobuf enum REDEMPTION_CHANNEL_UNSPECIFIED = 0;
IN_STORE
Value: 1Indicates that the channel is in store.
This is same as local channel used for products.
Generated from protobuf enum IN_STORE = 1;
ONLINE
Value: 2Indicates that the channel is online.
Generated from protobuf enum ONLINE = 2;