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