Uses of Enum
com.chargebee.models.Coupon.ApplyOn
Packages that use Coupon.ApplyOn
-
Uses of Coupon.ApplyOn in com.chargebee.models
Methods in com.chargebee.models that return Coupon.ApplyOnModifier and TypeMethodDescriptionCoupon.applyOn()static Coupon.ApplyOnReturns the enum constant of this type with the specified name.static Coupon.ApplyOn[]Coupon.ApplyOn.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models that return types with arguments of type Coupon.ApplyOnModifier and TypeMethodDescriptionCoupon.CouponListRequest.applyOn()Export.CouponsRequest.couponApplyOn()Methods in com.chargebee.models with parameters of type Coupon.ApplyOnModifier and TypeMethodDescriptionCoupon.CreateForItemsRequest.applyOn(Coupon.ApplyOn applyOn) Coupon.CreateRequest.applyOn(Coupon.ApplyOn applyOn) Coupon.UpdateForItemsRequest.applyOn(Coupon.ApplyOn applyOn) Coupon.UpdateRequest.applyOn(Coupon.ApplyOn applyOn)