# CartDiscountAllocation - storefront - INTERFACE Version: 2024-10 ## Description The discounts that have been applied to the cart line. ### Access Scopes ## Fields * [discountedAmount](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The discounted amount that has been applied to the cart line. * [targetType](/docs/api/storefront/2024-10/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - The type of line that the discount is applicable towards. ## Connections ## Types implemented in * [CartAutomaticDiscountAllocation](/docs/api/storefront/2024-10/objects/CartAutomaticDiscountAllocation) * [CartCodeDiscountAllocation](/docs/api/storefront/2024-10/objects/CartCodeDiscountAllocation) * [CartCustomDiscountAllocation](/docs/api/storefront/2024-10/objects/CartCustomDiscountAllocation) ## Examples