public enum CouponValueType extends Enum<CouponValueType> implements ProtocolMessageEnum
Coupon value type of a promotion.
Protobuf enum google.shopping.merchant.promotions.v1beta.CouponValueType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BUY_M_GET_MONEY_OFF |
Buy M quantity, get money off. |
BUY_M_GET_MONEY_OFF_VALUE |
Buy M quantity, get money off. |
BUY_M_GET_N_MONEY_OFF |
Buy M quantity, get N money off coupon value type.
|
BUY_M_GET_N_MONEY_OFF_VALUE |
Buy M quantity, get N money off coupon value type.
|
BUY_M_GET_N_PERCENT_OFF |
Buy M quantity, get N percent off coupon value type.
|
BUY_M_GET_N_PERCENT_OFF_VALUE |
Buy M quantity, get N percent off coupon value type.
|
BUY_M_GET_PERCENT_OFF |
Buy M quantity, get money off. |
BUY_M_GET_PERCENT_OFF_VALUE |
Buy M quantity, get money off. |
COUPON_VALUE_TYPE_UNSPECIFIED |
Indicates that the coupon value type is unspecified. |
COUPON_VALUE_TYPE_UNSPECIFIED_VALUE |
Indicates that the coupon value type is unspecified. |
FREE_GIFT |
Free gift with description only. |
FREE_GIFT_VALUE |
Free gift with description only. |
FREE_GIFT_WITH_ITEM_ID |
Free gift with item ID. |
FREE_GIFT_WITH_ITEM_ID_VALUE |
Free gift with item ID. |
FREE_GIFT_WITH_VALUE |
Free gift with monetary value. |
FREE_GIFT_WITH_VALUE_VALUE |
Free gift with monetary value. |
FREE_SHIPPING_OVERNIGHT |
Overnight free shipping coupon value type. |
FREE_SHIPPING_OVERNIGHT_VALUE |
Overnight free shipping coupon value type. |
FREE_SHIPPING_STANDARD |
Standard free shipping coupon value type. |
FREE_SHIPPING_STANDARD_VALUE |
Standard free shipping coupon value type. |
FREE_SHIPPING_TWO_DAY |
Two day free shipping coupon value type. |
FREE_SHIPPING_TWO_DAY_VALUE |
Two day free shipping coupon value type. |
MONEY_OFF |
Money off coupon value type. |
MONEY_OFF_VALUE |
Money off coupon value type. |
PERCENT_OFF |
Percent off coupon value type. |
PERCENT_OFF_VALUE |
Percent off coupon value type. |
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() |