Uses of Enum Class
de.hybris.platform.subscriptionservices.enums.BillingCycleType
Packages that use BillingCycleType
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of BillingCycleType in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return BillingCycleTypeModifier and TypeMethodDescriptionTmaBillingCycleModel.getCycleType()Generated method - Getter of theTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type BillingCycleTypeModifier and TypeMethodDescriptionvoidTmaBillingCycleModel.setCycleType(BillingCycleType value) Generated method - Setter ofTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices. -
Uses of BillingCycleType in de.hybris.platform.subscriptionservices.enums
Methods in de.hybris.platform.subscriptionservices.enums that return BillingCycleTypeModifier and TypeMethodDescriptionstatic BillingCycleTypeReturns the enum constant of this class with the specified name.static BillingCycleType[]BillingCycleType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BillingCycleType in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return BillingCycleTypeModifier and TypeMethodDescriptionBillingPlanModel.getBillingCycleType()Generated method - Getter of theBillingPlan.billingCycleTypeattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.subscriptionservices.model with parameters of type BillingCycleTypeModifier and TypeMethodDescriptionvoidBillingPlanModel.setBillingCycleType(BillingCycleType value) Generated method - Setter ofBillingPlan.billingCycleTypeattribute defined at extensionsubscriptionservices.