Uses of Enum
com.chargebee.models.enums.FreePeriodUnit
Packages that use FreePeriodUnit
-
Uses of FreePeriodUnit in com.chargebee.models
Methods in com.chargebee.models that return FreePeriodUnitMethods in com.chargebee.models with parameters of type FreePeriodUnitModifier and TypeMethodDescriptionSubscription.CreateForCustomerRequest.freePeriodUnit(FreePeriodUnit freePeriodUnit) Subscription.CreateRequest.freePeriodUnit(FreePeriodUnit freePeriodUnit) Subscription.CreateWithItemsRequest.freePeriodUnit(FreePeriodUnit freePeriodUnit) Subscription.UpdateForItemsRequest.freePeriodUnit(FreePeriodUnit freePeriodUnit) Subscription.UpdateRequest.freePeriodUnit(FreePeriodUnit freePeriodUnit) Estimate.CreateSubForCustomerEstimateRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.CreateSubItemEstimateRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.CreateSubItemForCustomerEstimateRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.CreateSubscriptionRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.UpdateSubscriptionForItemsRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.UpdateSubscriptionRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) -
Uses of FreePeriodUnit in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return FreePeriodUnitModifier and TypeMethodDescriptionstatic FreePeriodUnitReturns the enum constant of this type with the specified name.static FreePeriodUnit[]FreePeriodUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.