Uses of Class
de.hybris.platform.subscriptionservices.model.BillingEventModel
-
Packages that use BillingEventModel Package Description de.hybris.platform.b2ctelcoservices.model Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package. -
-
Uses of BillingEventModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return BillingEventModel Modifier and Type Method Description BillingEventModelTmaOneTimeProdOfferPriceChargeModel. getPriceEvent()Generated method - Getter of theTmaProductOfferingPrice.priceEventattribute defined at extensionb2ctelcoservicesand redeclared at extensionb2ctelcoservices. -
Uses of BillingEventModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing that return BillingEventModel Modifier and Type Method Description protected BillingEventModelTmaSolrDocumentProductOfferingPricePopulatorTest. getPriceEvent() -
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
-