Uses of Enum
com.chargebee.models.ItemPrice.PeriodUnit
Packages that use ItemPrice.PeriodUnit
-
Uses of ItemPrice.PeriodUnit in com.chargebee.models
Methods in com.chargebee.models that return ItemPrice.PeriodUnitModifier and TypeMethodDescriptionItemPrice.periodUnit()static ItemPrice.PeriodUnitReturns the enum constant of this type with the specified name.static ItemPrice.PeriodUnit[]ItemPrice.PeriodUnit.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 ItemPrice.PeriodUnitModifier and TypeMethodDescriptionExport.ItemPricesRequest.itemPricePeriodUnit()ItemPrice.ItemPriceListRequest.periodUnit()Methods in com.chargebee.models with parameters of type ItemPrice.PeriodUnitModifier and TypeMethodDescriptionItemPrice.CreateRequest.periodUnit(ItemPrice.PeriodUnit periodUnit) ItemPrice.UpdateRequest.periodUnit(ItemPrice.PeriodUnit periodUnit)