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