Uses of Enum
com.chargebee.models.Coupon.ItemConstraint.ItemType
Packages that use Coupon.ItemConstraint.ItemType
-
Uses of Coupon.ItemConstraint.ItemType in com.chargebee.models
Methods in com.chargebee.models that return Coupon.ItemConstraint.ItemTypeModifier and TypeMethodDescriptionCoupon.ItemConstraint.itemType()Returns the enum constant of this type with the specified name.static Coupon.ItemConstraint.ItemType[]Coupon.ItemConstraint.ItemType.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.ItemConstraint.ItemTypeModifier and TypeMethodDescriptionCoupon.CreateForItemsRequest.itemConstraintItemType(int index, Coupon.ItemConstraint.ItemType itemConstraintItemType) Coupon.UpdateForItemsRequest.itemConstraintItemType(int index, Coupon.ItemConstraint.ItemType itemConstraintItemType)