Uses of Enum
com.chargebee.models.Plan.TrialPeriodUnit
Packages that use Plan.TrialPeriodUnit
-
Uses of Plan.TrialPeriodUnit in com.chargebee.models
Methods in com.chargebee.models that return Plan.TrialPeriodUnitModifier and TypeMethodDescriptionPlan.trialPeriodUnit()static Plan.TrialPeriodUnitReturns the enum constant of this type with the specified name.static Plan.TrialPeriodUnit[]Plan.TrialPeriodUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models that return types with arguments of type Plan.TrialPeriodUnitModifier and TypeMethodDescriptionExport.PlansRequest.planTrialPeriodUnit()Plan.PlanListRequest.trialPeriodUnit()Methods in com.chargebee.models with parameters of type Plan.TrialPeriodUnitModifier and TypeMethodDescriptionPlan.CreateRequest.trialPeriodUnit(Plan.TrialPeriodUnit trialPeriodUnit) Plan.UpdateRequest.trialPeriodUnit(Plan.TrialPeriodUnit trialPeriodUnit)