AI-generated Key Takeaways
- 
          LineItemDiscountTypedescribes the possible ways discounts are applied to the cost of a LineItem.
- 
          The two possible discount types are ABSOLUTE_VALUEandPERCENTAGE.
- 
          ABSOLUTE_VALUEdiscounts a fixed amount from the cost.
- 
          PERCENTAGEapplies a percentage of the cost as a discount.
Describes the possible discount types on the cost of booking a LineItem.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description | 
|---|---|
| ABSOLUTE_VALUE | An absolute value will be discounted from the line item's cost. | 
| PERCENTAGE | A percentage of the cost will be applied as discount for booking the line item. |