Uses of Class
com.chargebee.models.Coupon.DurationType

Packages that use Coupon.DurationType
com.chargebee.models   
 

Uses of Coupon.DurationType in com.chargebee.models
 

Methods in com.chargebee.models that return Coupon.DurationType
 Coupon.DurationType Coupon.durationType()
           
static Coupon.DurationType Coupon.DurationType.valueOf(String name)
          Returns 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.DurationType
 EnumFilter<Coupon.DurationType,Export.CouponsRequest> Export.CouponsRequest.couponDurationType()
           
 EnumFilter<Coupon.DurationType,Coupon.CouponListRequest> Coupon.CouponListRequest.durationType()
           
 

Methods in com.chargebee.models with parameters of type Coupon.DurationType
 Coupon.CreateRequest Coupon.CreateRequest.durationType(Coupon.DurationType durationType)
           
 Coupon.UpdateRequest Coupon.UpdateRequest.durationType(Coupon.DurationType durationType)
           
 



Copyright © 2019 ChargeBee. All Rights Reserved.