public class PercentCpcBiddingScheme extends BiddingScheme
Java class for PercentCpcBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PercentCpcBiddingScheme">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}BiddingScheme">
<sequence>
<element name="MaxPercentCpc" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
maxPercentCpc |
type| Constructor and Description |
|---|
PercentCpcBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getMaxPercentCpc()
Gets the value of the maxPercentCpc property.
|
void |
setMaxPercentCpc(Double value)
Sets the value of the maxPercentCpc property.
|
getType, setTypeprotected Double maxPercentCpc
Copyright © 2024. All rights reserved.