abstract type OrderAction (v202311)
Represents the actions that can be performed on Order objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202311
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-02-02 UTC.
[null,null,["Last updated 2024-02-02 UTC."],[[["The `OrderService` allows for performing actions on `Order` objects such as approving, archiving, deleting, pausing and resuming."],["`performOrderAction()` method is used to execute a specific `OrderAction` on `Order` objects."],["`OrderAction` is an abstract class extended by various specific order actions (e.g., `ApproveOrders`, `ArchiveOrders`, `PauseOrders`, etc.)."],["These actions manage the lifecycle of orders, from creation and approval to pausing, resuming, and archival."],["The service and its actions operate within the namespace `https://www.google.com/apis/ads/publisher/v202311`."]]],[]]