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

Packages that use Coupon.DiscountType
com.chargebee.models   
 

Uses of Coupon.DiscountType in com.chargebee.models
 

Methods in com.chargebee.models that return Coupon.DiscountType
 Coupon.DiscountType Coupon.discountType()
           
static Coupon.DiscountType Coupon.DiscountType.valueOf(String name)
          Returns 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 with parameters of type Coupon.DiscountType
 Coupon.CreateRequest Coupon.CreateRequest.discountType(Coupon.DiscountType discountType)
           
 



Copyright © 2015 ChargeBee. All Rights Reserved.