Uses of Enum
com.chargebee.models.Coupon.DurationType
Packages that use Coupon.DurationType
-
Uses of Coupon.DurationType in com.chargebee.models
Methods in com.chargebee.models that return Coupon.DurationTypeModifier and TypeMethodDescriptionCoupon.durationType()static Coupon.DurationTypeReturns the enum constant of this type with the specified name.static Coupon.DurationType[]Coupon.DurationType.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.DurationTypeModifier and TypeMethodDescriptionExport.CouponsRequest.couponDurationType()Coupon.CouponListRequest.durationType()Methods in com.chargebee.models with parameters of type Coupon.DurationTypeModifier and TypeMethodDescriptionCoupon.CreateForItemsRequest.durationType(Coupon.DurationType durationType) Coupon.CreateRequest.durationType(Coupon.DurationType durationType) Coupon.UpdateForItemsRequest.durationType(Coupon.DurationType durationType) Coupon.UpdateRequest.durationType(Coupon.DurationType durationType)