Enum OrderStatusEnum.Types.OrderStatus
The status of an Order.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum OrderStatusEnum.Types.OrderStatus
Fields
| Name | Description |
|---|---|
| Approved | Indicates that the Order has been approved and is ready to serve. |
| Canceled | Indicates that the Order has been canceled and cannot serve. |
| Deleted | Indicates that the Order has been deleted. |
| Disapproved | Indicates that the Order has been disapproved and is not eligible to serve. |
| Draft | Indicates that the Order has just been created but no approval has been requested yet. |
| Paused | This is a legacy state. Paused status should be checked on LineItems within the order. |
| PendingApproval | Indicates that a request for approval for the Order has been made. |
| Unspecified | Default value. This value is unused. |