Uses of Class
de.hybris.platform.subscriptionservices.model.BillingPlanModel
-
Packages that use BillingPlanModel Package Description de.hybris.platform.sap.saprevenuecloudorder.populators de.hybris.platform.subscriptionfacades.converters.populator de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package. -
-
Uses of BillingPlanModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type BillingPlanModel Modifier and Type Method Description protected voidDefaultSAPRevenueCloudSubscriptionDetailPopulator. populateBillingFrequency(BillingPlanModel billingPlanModel, SubscriptionData subscriptionDetails) -
Uses of BillingPlanModel in de.hybris.platform.subscriptionfacades.converters.populator
Classes in de.hybris.platform.subscriptionfacades.converters.populator with type parameters of type BillingPlanModel Modifier and Type Class Description classBillingPlanPopulator<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 BillingPlanModel Modifier and Type Method Description protected Converter<BillingPlanModel,BillingPlanData>SubscriptionTermPopulator. getBillingPlanConverter()Method parameters in de.hybris.platform.subscriptionfacades.converters.populator with type arguments of type BillingPlanModel Modifier and Type Method Description voidSubscriptionTermPopulator. setBillingPlanConverter(Converter<BillingPlanModel,BillingPlanData> billingPlanConverter) -
Uses of BillingPlanModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return BillingPlanModel Modifier and Type Method Description BillingPlanModelSubscriptionTermModel. getBillingPlan()Generated method - Getter of theSubscriptionTerm.billingPlanattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.subscriptionservices.model with parameters of type BillingPlanModel Modifier and Type Method Description voidSubscriptionTermModel. setBillingPlan(BillingPlanModel value)Generated method - Setter ofSubscriptionTerm.billingPlanattribute defined at extensionsubscriptionservices.
-