Uses of Class
com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
Packages that use SpecificItemChoiceVariantPricingOverride
-
Uses of SpecificItemChoiceVariantPricingOverride in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type SpecificItemChoiceVariantPricingOverrideModifier and TypeMethodDescriptionDependentItemDetails.getVariantPricing()
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type SpecificItemChoiceVariantPricingOverrideModifier and TypeMethodDescriptionvoid
DependentItemDetails.setVariantPricing
(Map<String, SpecificItemChoiceVariantPricingOverride> variantPricing) Pricing overrides if specific variants of the main product this item belongs to are added to the cart.