Uses of Enum
com.chargebee.models.Coupon.CouponConstraint.Type
Packages that use Coupon.CouponConstraint.Type
-
Uses of Coupon.CouponConstraint.Type in com.chargebee.models
Methods in com.chargebee.models that return Coupon.CouponConstraint.TypeModifier and TypeMethodDescriptionCoupon.CouponConstraint.type()static Coupon.CouponConstraint.TypeReturns the enum constant of this type with the specified name.static Coupon.CouponConstraint.Type[]Coupon.CouponConstraint.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type Coupon.CouponConstraint.TypeModifier and TypeMethodDescriptionCoupon.CreateForItemsRequest.couponConstraintType(int index, Coupon.CouponConstraint.Type couponConstraintType) Coupon.UpdateForItemsRequest.couponConstraintType(int index, Coupon.CouponConstraint.Type couponConstraintType)