Uses of Class
com.broadleafcommerce.promotion.offer.client.web.context.RecurringPriceDetail
Packages that use RecurringPriceDetail
Package
Description
-
Uses of RecurringPriceDetail in com.broadleafcommerce.promotion.offer.client.web.context
Methods in com.broadleafcommerce.promotion.offer.client.web.context that return RecurringPriceDetailModifier and TypeMethodDescriptiondefault RecurringPriceDetail
LineItem.getSaleRecurringPrice()
Represents the details related to a sale recurring (or subscription) price include the terms.LineItemDto.getSaleRecurringPrice()
default RecurringPriceDetail
LineItem.getStandardRecurringPrice()
Represents the details related to a recurring (or subscription) price include the terms.LineItemDto.getStandardRecurringPrice()
Methods in com.broadleafcommerce.promotion.offer.client.web.context with parameters of type RecurringPriceDetailModifier and TypeMethodDescriptiondefault void
LineItem.setSaleRecurringPrice
(RecurringPriceDetail saleRecurringPrice) Set the details related to a sale recurring (or subscription) price include the terms.void
LineItemDto.setSaleRecurringPrice
(RecurringPriceDetail saleRecurringPrice) default void
LineItem.setStandardRecurringPrice
(RecurringPriceDetail standardRecurringPrice) Set the details related to a recurring (or subscription) price include the terms.void
LineItemDto.setStandardRecurringPrice
(RecurringPriceDetail standardRecurringPrice) -
Uses of RecurringPriceDetail in com.broadleafcommerce.promotion.offer.client.web.context.discounts
Methods in com.broadleafcommerce.promotion.offer.client.web.context.discounts that return RecurringPriceDetailModifier and TypeMethodDescriptionItemResponse.getBaseRecurringPricePerItem()
The original unadjusted recurring price for each item used for discount calculations.Methods in com.broadleafcommerce.promotion.offer.client.web.context.discounts with parameters of type RecurringPriceDetailModifier and TypeMethodDescriptionvoid
ItemResponse.setBaseRecurringPricePerItem
(RecurringPriceDetail baseRecurringPricePerItem) The original unadjusted recurring price for each item used for discount calculations.