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