public class ReserveProposalLineItems extends ProposalLineItemAction
ProposalLineItem objects. It does not
overbook inventory unless allowOverbook is set to true.
This action is only applicable for programmatic proposals not using sales management.
Java class for ReserveProposalLineItems complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReserveProposalLineItems">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ProposalLineItemAction">
<sequence>
<element name="allowOverbook" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowOverbook |
| Constructor and Description |
|---|
ReserveProposalLineItems() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAllowOverbook()
Gets the value of the allowOverbook property.
|
void |
setAllowOverbook(Boolean value)
Sets the value of the allowOverbook property.
|
protected Boolean allowOverbook
Copyright © 2018. All Rights Reserved.