Uses of Class
de.hybris.platform.subscriptionservices.model.BillingEventModel
-
Packages that use BillingEventModel Package Description de.hybris.platform.configurablebundleservices.model Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.de.hybris.platform.subscriptionservices.price de.hybris.platform.subscriptionservices.price.impl -
-
Uses of BillingEventModel in de.hybris.platform.configurablebundleservices.model
Methods in de.hybris.platform.configurablebundleservices.model that return BillingEventModel Modifier and Type Method Description BillingEventModelChangeProductPriceBundleRuleModel. getBillingEvent()Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute defined at extensionsubscriptionbundleservices.Methods in de.hybris.platform.configurablebundleservices.model with parameters of type BillingEventModel Modifier and Type Method Description voidChangeProductPriceBundleRuleModel. 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 BillingEventModel Modifier and Type Method Description BillingEventModelOneTimeChargeEntryModel. getBillingEvent()Generated method - Getter of theOneTimeChargeEntry.billingEventattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.subscriptionservices.model with parameters of type BillingEventModel Modifier and Type Method Description voidOneTimeChargeEntryModel. setBillingEvent(BillingEventModel value)Generated method - Setter ofOneTimeChargeEntry.billingEventattribute defined at extensionsubscriptionservices.Constructors in de.hybris.platform.subscriptionservices.model with parameters of type BillingEventModel Constructor Description OneTimeChargeEntryModel(BillingEventModel _billingEvent, CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.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, java.lang.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 BillingEventModel Modifier and Type Method Description OneTimeChargeEntryModelSubscriptionCommercePriceService. 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 BillingEventModel Modifier and Type Method Description OneTimeChargeEntryModelDefaultSubscriptionCommercePriceService. getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent)
-