Uses of Enum
com.chargebee.models.enums.CustomerType
Packages that use CustomerType
-
Uses of CustomerType in com.chargebee.models
Methods in com.chargebee.models that return CustomerTypeMethods in com.chargebee.models with parameters of type CustomerTypeModifier and TypeMethodDescriptionEstimate.CreateSubItemEstimateRequest.customerCustomerType(CustomerType customerCustomerType) Estimate.CreateSubscriptionRequest.customerCustomerType(CustomerType customerCustomerType) Purchase.EstimateRequest.customerCustomerType(CustomerType customerCustomerType) Subscription.CreateRequest.customerCustomerType(CustomerType customerCustomerType) Subscription.ImportSubscriptionRequest.customerCustomerType(CustomerType customerCustomerType) Customer.CreateRequest.customerType(CustomerType customerType) Customer.UpdateRequest.customerType(CustomerType customerType) -
Uses of CustomerType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return CustomerTypeModifier and TypeMethodDescriptionstatic CustomerTypeReturns 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.