public class ResumeOrders extends OrderAction
Order objects. LineItem objects within
the order that are eligble to resume will resume as well.
Java class for ResumeOrders complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResumeOrders">
<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 |
|---|
ResumeOrders() |
| 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.