Uses of Class
de.hybris.platform.subscriptionservices.model.BillingEventModel
Packages that use BillingEventModel
Package
Description
Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of BillingEventModel in de.hybris.platform.configurablebundleservices.model
Methods in de.hybris.platform.configurablebundleservices.model that return BillingEventModelModifier and TypeMethodDescriptionChangeProductPriceBundleRuleModel.getBillingEvent()Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute defined at extensionsubscriptionbundleservices.Methods in de.hybris.platform.configurablebundleservices.model with parameters of type BillingEventModelModifier and TypeMethodDescriptionvoidChangeProductPriceBundleRuleModel.setBillingEvent(BillingEventModel value) Generated method - Setter ofChangeProductPriceBundleRule.billingEventattribute defined at extensionsubscriptionbundleservices. -
Uses of BillingEventModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return BillingEventModelModifier and TypeMethodDescriptionOneTimeChargeEntryModel.getBillingEvent()Generated method - Getter of theOneTimeChargeEntry.billingEventattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.subscriptionservices.model with parameters of type BillingEventModelModifier and TypeMethodDescriptionvoidOneTimeChargeEntryModel.setBillingEvent(BillingEventModel value) Generated method - Setter ofOneTimeChargeEntry.billingEventattribute defined at extensionsubscriptionservices.Constructors in de.hybris.platform.subscriptionservices.model with parameters of type BillingEventModelModifierConstructorDescriptionOneTimeChargeEntryModel(BillingEventModel _billingEvent, CatalogVersionModel _catalogVersion, String _id, ItemModel _owner, Double _price) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOneTimeChargeEntryModel(BillingEventModel _billingEvent, Double _price) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BillingEventModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price with parameters of type BillingEventModelModifier and TypeMethodDescriptionSubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent) Returns the one time charge entry of the givenSubscriptionPricePlanModel. -
Uses of BillingEventModel in de.hybris.platform.subscriptionservices.price.impl
Methods in de.hybris.platform.subscriptionservices.price.impl with parameters of type BillingEventModelModifier and TypeMethodDescriptionDefaultSubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent)