# AutomaticDiscountApplication - customer - OBJECT Version: 2024-10 ## Description Captures the intentions of a discount that was automatically applied. ### Access Scopes ## Fields * [allocationMethod](/docs/api/customer/2024-10/enums/DiscountApplicationAllocationMethod): DiscountApplicationAllocationMethod! - The method by which the discount's value is allocated to its entitled items. * [targetSelection](/docs/api/customer/2024-10/enums/DiscountApplicationTargetSelection): DiscountApplicationTargetSelection! - The lines of targetType that the discount is allocated over. * [targetType](/docs/api/customer/2024-10/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - The type of line that the discount is applicable towards. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the application. * [value](/docs/api/customer/2024-10/unions/PricingValue): PricingValue! - The value of the discount application. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples