Uses of Class
com.broadleafcommerce.catalog.domain.product.commerce.SpecificItemVariantPricingDetail
Packages that use SpecificItemVariantPricingDetail
-
Uses of SpecificItemVariantPricingDetail in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type SpecificItemVariantPricingDetailModifier and TypeMethodDescriptionSpecificItemChoiceDetail.getVariantPricing()Map of a variant to a price which is used to determine an override price for aSpecificItemChoicethat applies when specific variants are added to a cart.Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type SpecificItemVariantPricingDetailModifier and TypeMethodDescriptionvoidSpecificItemChoiceDetail.setVariantPricing(Map<String, SpecificItemVariantPricingDetail> variantPricing) Map of a variant to a price which is used to determine an override price for aSpecificItemChoicethat applies when specific variants are added to a cart.Constructor parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type SpecificItemVariantPricingDetailModifierConstructorDescriptionSpecificItemChoiceDetail(SpecificItemChoice specificItemChoice, ProductDetails product, VariantDetail variant, PriceInfo priceInfo, Map<String, SpecificItemVariantPricingDetail> variantPricing)