public class ApproveOrders extends OrderAction
Order objects. All LineItem
objects within the order will be approved as well. For more information on what happens to an
order and its line items when it is approved, see the
DFP Help Center.
Java class for ApproveOrders complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApproveOrders">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}OrderAction">
<sequence>
<element name="skipInventoryCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
skipInventoryCheck |
| Constructor and Description |
|---|
ApproveOrders() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSkipInventoryCheck()
Gets the value of the skipInventoryCheck property.
|
void |
setSkipInventoryCheck(Boolean value)
Sets the value of the skipInventoryCheck property.
|
Copyright © 2018. All Rights Reserved.