Google Cloud Channel V1 Client - Class DiscountType (2.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISCOUNT_TYPE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum DISCOUNT_TYPE_UNSPECIFIED = 0;

REGIONAL_DISCOUNT

Value: 1

Regional discount.

Generated from protobuf enum REGIONAL_DISCOUNT = 1;

PROMOTIONAL_DISCOUNT

Value: 2

Promotional discount.

Generated from protobuf enum PROMOTIONAL_DISCOUNT = 2;

SALES_DISCOUNT

Value: 3

Sales-provided discount.

Generated from protobuf enum SALES_DISCOUNT = 3;

RESELLER_MARGIN

Value: 4

Reseller margin.

Generated from protobuf enum RESELLER_MARGIN = 4;

DEAL_CODE

Value: 5

Deal code discount.

Generated from protobuf enum DEAL_CODE = 5;