Uses of Enum
com.chargebee.models.ItemPrice.ShippingPeriodUnit
Packages that use ItemPrice.ShippingPeriodUnit
-
Uses of ItemPrice.ShippingPeriodUnit in com.chargebee.models
Methods in com.chargebee.models that return ItemPrice.ShippingPeriodUnitModifier and TypeMethodDescriptionItemPrice.shippingPeriodUnit()static ItemPrice.ShippingPeriodUnitReturns the enum constant of this type with the specified name.static ItemPrice.ShippingPeriodUnit[]ItemPrice.ShippingPeriodUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type ItemPrice.ShippingPeriodUnitModifier and TypeMethodDescriptionItemPrice.CreateRequest.shippingPeriodUnit(ItemPrice.ShippingPeriodUnit shippingPeriodUnit) ItemPrice.UpdateRequest.shippingPeriodUnit(ItemPrice.ShippingPeriodUnit shippingPeriodUnit)