# CalculatedManualDiscountApplication - admin - OBJECT
Version: 2024-04

## Description
Represents a discount that was manually created for an order that is being edited.

### Access Scopes
`read_order_edits` access scope.


## Fields
* [allocationMethod](/docs/api/admin/2024-04/enums/DiscountApplicationAllocationMethod): DiscountApplicationAllocationMethod! - The method by which the discount's value is allocated to its entitled items.
* [appliedTo](/docs/api/admin/2024-04/enums/DiscountApplicationLevel): DiscountApplicationLevel! - The level at which the discount was applied.
* [description](/docs/api/admin/2024-04/scalars/String): String - The description of discount application. Indicates the reason why the discount was applied.
* [id](/docs/api/admin/2024-04/scalars/ID): ID! - A globally-unique ID.
* [targetSelection](/docs/api/admin/2024-04/enums/DiscountApplicationTargetSelection): DiscountApplicationTargetSelection! - How the discount amount is distributed on the discounted lines.
* [targetType](/docs/api/admin/2024-04/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - Whether the discount is applied on line items or shipping lines.
* [value](/docs/api/admin/2024-04/unions/PricingValue): PricingValue! - The value of the discount application.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples