Home > @infiniteobjects/shopify-data-manager > AdminTypes > ManualDiscountApplication
Manual discount applications capture the intentions of a discount that was manually created for an order.
Discount applications don’t represent the actual final amount discounted on a line (line item or shipping line). The actual amount discounted on a line is represented by the [DiscountAllocation](https://shopify.dev/api/admin-graphql/latest/objects/discountallocation) object.
Signature:
export interface ManualDiscountApplication extends DiscountApplication
Extends: DiscountApplication
| Property | Modifiers | Type | Description |
|---|---|---|---|
| allocationMethod | DiscountApplicationAllocationMethod | `${DiscountApplicationAllocationMethod}` | The method by which the discount’s value is applied to its entitled items. | |
| description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the discount application. | |
| index | Scalars[‘Int’][‘output’] | An ordered index that can be used to identify the discount application and indicate the precedence of the discount application for calculations. | |
| targetSelection | DiscountApplicationTargetSelection | `${DiscountApplicationTargetSelection}` | How the discount amount is distributed on the discounted lines. | |
| targetType | DiscountApplicationTargetType | `${DiscountApplicationTargetType}` | Whether the discount is applied on line items or shipping lines. | |
| title | Scalars[‘String’][‘output’] | The title of the discount application. | |
| value | PricingValue | The value of the discount application. |