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 RecurringPriceDetailLineItem.getSaleRecurringPrice()Represents the details related to a sale recurring (or subscription) price include the terms.LineItemDto.getSaleRecurringPrice()default RecurringPriceDetailLineItem.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 voidLineItem.setSaleRecurringPrice(RecurringPriceDetail saleRecurringPrice) Set the details related to a sale recurring (or subscription) price include the terms.voidLineItemDto.setSaleRecurringPrice(RecurringPriceDetail saleRecurringPrice) default voidLineItem.setStandardRecurringPrice(RecurringPriceDetail standardRecurringPrice) Set the details related to a recurring (or subscription) price include the terms.voidLineItemDto.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 TypeMethodDescriptionvoidItemResponse.setBaseRecurringPricePerItem(RecurringPriceDetail baseRecurringPricePerItem) The original unadjusted recurring price for each item used for discount calculations.