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

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

Uses of CustomerType in com.chargebee.models
 

Methods in com.chargebee.models that return CustomerType
 CustomerType Customer.customerType()
           
 

Methods in com.chargebee.models with parameters of type CustomerType
 Subscription.CreateRequest Subscription.CreateRequest.customerCustomerType(CustomerType customerCustomerType)
           
 Subscription.ImportSubscriptionRequest Subscription.ImportSubscriptionRequest.customerCustomerType(CustomerType customerCustomerType)
           
 Estimate.CreateSubscriptionRequest Estimate.CreateSubscriptionRequest.customerCustomerType(CustomerType customerCustomerType)
           
 Customer.CreateRequest Customer.CreateRequest.customerType(CustomerType customerType)
           
 Customer.UpdateRequest Customer.UpdateRequest.customerType(CustomerType customerType)
           
 

Uses of CustomerType in com.chargebee.models.enums
 

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



Copyright © 2019 ChargeBee. All Rights Reserved.