# DiscountApplication - storefront - INTERFACE Version: 2025-01 ## Description Discount applications capture the intentions of a discount source at the time of application. ### Access Scopes ## Fields * [allocationMethod](/docs/api/storefront/2025-01/enums/DiscountApplicationAllocationMethod): DiscountApplicationAllocationMethod! - The method by which the discount's value is allocated to its entitled items. * [targetSelection](/docs/api/storefront/2025-01/enums/DiscountApplicationTargetSelection): DiscountApplicationTargetSelection! - Which lines of targetType that the discount is allocated over. * [targetType](/docs/api/storefront/2025-01/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - The type of line that the discount is applicable towards. * [value](/docs/api/storefront/2025-01/unions/PricingValue): PricingValue! - The value of the discount application. ## Connections ## Types implemented in * [AutomaticDiscountApplication](/docs/api/storefront/2025-01/objects/AutomaticDiscountApplication) * [DiscountCodeApplication](/docs/api/storefront/2025-01/objects/DiscountCodeApplication) * [ManualDiscountApplication](/docs/api/storefront/2025-01/objects/ManualDiscountApplication) * [ScriptDiscountApplication](/docs/api/storefront/2025-01/objects/ScriptDiscountApplication) ## Examples