Uses of Class
com.broadleafcommerce.pricing.client.domain.UsagePriceDetail
Packages that use UsagePriceDetail
-
Uses of UsagePriceDetail in com.broadleafcommerce.pricing.client.domain
Methods in com.broadleafcommerce.pricing.client.domain that return UsagePriceDetailModifier and TypeMethodDescriptionPriceTypeDetail.getBestUsagePriceDetail()
Represents the details related to a usage price including the units.PriceInfo.getUsagePrice()
This is the usage price if any from the same source as thePriceInfo.price
.PriceDetail.getUsagePriceDetail()
default UsagePriceDetail
PriceDetailComparable.getUsagePriceDetail()
Represents the details related to a usage price including the units.Methods in com.broadleafcommerce.pricing.client.domain with parameters of type UsagePriceDetailModifier and TypeMethodDescriptionvoid
PriceTypeDetail.setBestUsagePriceDetail
(UsagePriceDetail bestUsagePriceDetail) Represents the details related to a usage price including the units.void
PriceInfo.setUsagePrice
(UsagePriceDetail usagePrice) This is the usage price if any from the same source as thePriceInfo.price
.void
PriceDetail.setUsagePriceDetail
(UsagePriceDetail usagePriceDetail)