Reference documentation and code samples for the Google Cloud Channel V1 Client class DiscountType.
Discount Type.
Protobuf type google.cloud.channel.v1.DiscountType
Namespace
Google \ Cloud \ Channel \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISCOUNT_TYPE_UNSPECIFIED
Value: 0Not used.
Generated from protobuf enum DISCOUNT_TYPE_UNSPECIFIED = 0;
REGIONAL_DISCOUNT
Value: 1Regional discount.
Generated from protobuf enum REGIONAL_DISCOUNT = 1;
PROMOTIONAL_DISCOUNT
Value: 2Promotional discount.
Generated from protobuf enum PROMOTIONAL_DISCOUNT = 2;
SALES_DISCOUNT
Value: 3Sales-provided discount.
Generated from protobuf enum SALES_DISCOUNT = 3;
RESELLER_MARGIN
Value: 4Reseller margin.
Generated from protobuf enum RESELLER_MARGIN = 4;
DEAL_CODE
Value: 5Deal code discount.
Generated from protobuf enum DEAL_CODE = 5;