Uses of Class
com.broadleafcommerce.pricing.client.domain.RecurringPriceDetail
Packages that use RecurringPriceDetail
-
Uses of RecurringPriceDetail in com.broadleafcommerce.pricing.client.domain
Methods in com.broadleafcommerce.pricing.client.domain that return RecurringPriceDetailModifier and TypeMethodDescriptionPriceTypeDetail.getBestRecurringPriceDetail()
Represents the details related to a recurring (or subscription) price include the terms.PriceInfo.getRecurringPrice()
This is the recurring price if any from the same source as thePriceInfo.price
.PriceDetail.getRecurringPriceDetail()
default RecurringPriceDetail
PriceDetailComparable.getRecurringPriceDetail()
Represents the details related to a recurring (or subscription) price include the terms.Methods in com.broadleafcommerce.pricing.client.domain with parameters of type RecurringPriceDetailModifier and TypeMethodDescriptionvoid
PriceTypeDetail.setBestRecurringPriceDetail
(RecurringPriceDetail bestRecurringPriceDetail) Represents the details related to a recurring (or subscription) price include the terms.void
PriceInfo.setRecurringPrice
(RecurringPriceDetail recurringPrice) This is the recurring price if any from the same source as thePriceInfo.price
.void
PriceDetail.setRecurringPriceDetail
(RecurringPriceDetail recurringPriceDetail)