Reference documentation and code samples for the Google Cloud Channel V1 Client class PromotionalOrderType.
Constraints type for Promotional offers.
Protobuf type google.cloud.channel.v1.PromotionalOrderType
Namespace
Google \ Cloud \ Channel \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROMOTIONAL_TYPE_UNSPECIFIED
Value: 0Not used.
Generated from protobuf enum PROMOTIONAL_TYPE_UNSPECIFIED = 0;
NEW_UPGRADE
Value: 1Order used for new customers, trial conversions and upgrades.
Generated from protobuf enum NEW_UPGRADE = 1;
TRANSFER
Value: 2All orders for transferring an existing customer.
Generated from protobuf enum TRANSFER = 2;
PROMOTION_SWITCH
Value: 3Orders for modifying an existing customer's promotion on the same SKU.
Generated from protobuf enum PROMOTION_SWITCH = 3;