# DiscountApplicationTargetSelection - customer - ENUM Version: 2024-10 ## Description The lines on the order to which the discount is applied, of the type defined by the discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of `LINE_ITEM`, applies the discount on all line items that are entitled to the discount. The value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines. ### Access Scopes ## Enum values * [ALL](/docs/api/customer/2024-10/enums/ALL) * [ENTITLED](/docs/api/customer/2024-10/enums/ENTITLED) * [EXPLICIT](/docs/api/customer/2024-10/enums/EXPLICIT) ## Fields with this enum * [AutomaticDiscountApplication.targetSelection](/docs/api/customer/2024-10/objects/AutomaticDiscountApplication) * [DiscountApplication.targetSelection](/docs/api/customer/2024-10/interfaces/DiscountApplication) * [DiscountCodeApplication.targetSelection](/docs/api/customer/2024-10/objects/DiscountCodeApplication) * [ManualDiscountApplication.targetSelection](/docs/api/customer/2024-10/objects/ManualDiscountApplication) * [ScriptDiscountApplication.targetSelection](/docs/api/customer/2024-10/objects/ScriptDiscountApplication) ## Examples