Enum DiscountType (3.85.0)

public enum DiscountType extends Enum<DiscountType> implements ProtocolMessageEnum

Discount Type.

Protobuf enum google.cloud.channel.v1.DiscountType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEAL_CODE

Deal code discount.

DEAL_CODE = 5;

DEAL_CODE_VALUE

Deal code discount.

DEAL_CODE = 5;

DISCOUNT_TYPE_UNSPECIFIED

Not used.

DISCOUNT_TYPE_UNSPECIFIED = 0;

DISCOUNT_TYPE_UNSPECIFIED_VALUE

Not used.

DISCOUNT_TYPE_UNSPECIFIED = 0;

PROMOTIONAL_DISCOUNT

Promotional discount.

PROMOTIONAL_DISCOUNT = 2;

PROMOTIONAL_DISCOUNT_VALUE

Promotional discount.

PROMOTIONAL_DISCOUNT = 2;

REGIONAL_DISCOUNT

Regional discount.

REGIONAL_DISCOUNT = 1;

REGIONAL_DISCOUNT_VALUE

Regional discount.

REGIONAL_DISCOUNT = 1;

RESELLER_MARGIN

Reseller margin.

RESELLER_MARGIN = 4;

RESELLER_MARGIN_VALUE

Reseller margin.

RESELLER_MARGIN = 4;

SALES_DISCOUNT

Sales-provided discount.

SALES_DISCOUNT = 3;

SALES_DISCOUNT_VALUE

Sales-provided discount.

SALES_DISCOUNT = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()