enum LineItemDiscountType (v202408)
Describes the possible discount types on the cost of booking a
LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["`LineItemDiscountType` defines how discounts are applied to the cost of booking a LineItem, which can be an absolute value or a percentage."],["This enumeration is part of the Google Ad Manager API and is used by services like ForecastService and LineItemService."],["Possible values for `LineItemDiscountType` include `ABSOLUTE_VALUE` for a fixed discount amount and `PERCENTAGE` for a percentage-based discount."]]],["The document outlines `LineItemDiscountType`, which defines discount types for `LineItem` costs within the ForecastService and LineItemService. It details two possible discount types: `ABSOLUTE_VALUE`, where a fixed amount is discounted, and `PERCENTAGE`, where a percentage of the cost is deducted. The namespace for these types is specified as `https://www.google.com/apis/ads/publisher/v202408`. This information helps define the possible discount type that can be used with a `LineItem`.\n"]]