Reference documentation and code samples for the Google Cloud Channel V1 Client class ChangeType.
Change Type enum.
Protobuf type google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType
Namespace
Google \ Cloud \ Channel \ V1 \ ListPurchasableSkusRequest \ ChangeOfferPurchaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHANGE_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;
UPGRADE
Value: 1
SKU is an upgrade on the current entitlement.
Generated from protobuf enum UPGRADE = 1;
DOWNGRADE
Value: 2
SKU is a downgrade on the current entitlement.
Generated from protobuf enum DOWNGRADE = 2;