Uses of Class
com.chargebee.models.enums.AutoCollection

Packages that use AutoCollection
com.chargebee.models   
com.chargebee.models.enums   
 

Uses of AutoCollection in com.chargebee.models
 

Methods in com.chargebee.models that return AutoCollection
 AutoCollection Customer.autoCollection()
           
 

Methods in com.chargebee.models with parameters of type AutoCollection
 Customer.CreateRequest Customer.CreateRequest.autoCollection(AutoCollection autoCollection)
           
 Customer.UpdateRequest Customer.UpdateRequest.autoCollection(AutoCollection autoCollection)
           
 Subscription.CreateRequest Subscription.CreateRequest.customerAutoCollection(AutoCollection customerAutoCollection)
           
 

Uses of AutoCollection in com.chargebee.models.enums
 

Methods in com.chargebee.models.enums that return AutoCollection
static AutoCollection AutoCollection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AutoCollection[] AutoCollection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 ChargeBee. All Rights Reserved.