Uses of Class
de.hybris.platform.subscriptionservices.model.BillingPlanModel
Packages that use BillingPlanModel
Package
Description
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of BillingPlanModel in de.hybris.platform.subscriptionfacades.converters.populator
Classes in de.hybris.platform.subscriptionfacades.converters.populator with type parameters of type BillingPlanModelModifier and TypeClassDescriptionclassBillingPlanPopulator<SOURCE extends BillingPlanModel,TARGET extends BillingPlanData> Populator implementation forBillingPlanModelas source andBillingPlanDataas target type.Methods in de.hybris.platform.subscriptionfacades.converters.populator that return types with arguments of type BillingPlanModelModifier and TypeMethodDescriptionprotected Converter<BillingPlanModel,BillingPlanData> SubscriptionTermPopulator.getBillingPlanConverter()Method parameters in de.hybris.platform.subscriptionfacades.converters.populator with type arguments of type BillingPlanModelModifier and TypeMethodDescriptionvoidSubscriptionTermPopulator.setBillingPlanConverter(Converter<BillingPlanModel, BillingPlanData> billingPlanConverter) -
Uses of BillingPlanModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return BillingPlanModelModifier and TypeMethodDescriptionSubscriptionTermModel.getBillingPlan()Generated method - Getter of theSubscriptionTerm.billingPlanattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.subscriptionservices.model with parameters of type BillingPlanModelModifier and TypeMethodDescriptionvoidSubscriptionTermModel.setBillingPlan(BillingPlanModel value) Generated method - Setter ofSubscriptionTerm.billingPlanattribute defined at extensionsubscriptionservices.