public class BillableRevenueOverrides extends Object
ReconciliationLineItemReport to be
used instead of the Google calculated ones.
Java class for BillableRevenueOverrides complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillableRevenueOverrides">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="netBillableRevenueOverride" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="grossBillableRevenueOverride" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="billableRevenueOverride" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
billableRevenueOverride |
protected Money |
grossBillableRevenueOverride |
protected Money |
netBillableRevenueOverride |
| Constructor and Description |
|---|
BillableRevenueOverrides() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBillableRevenueOverride()
Gets the value of the billableRevenueOverride property.
|
Money |
getGrossBillableRevenueOverride()
Gets the value of the grossBillableRevenueOverride property.
|
Money |
getNetBillableRevenueOverride()
Gets the value of the netBillableRevenueOverride property.
|
void |
setBillableRevenueOverride(Money value)
Sets the value of the billableRevenueOverride property.
|
void |
setGrossBillableRevenueOverride(Money value)
Sets the value of the grossBillableRevenueOverride property.
|
void |
setNetBillableRevenueOverride(Money value)
Sets the value of the netBillableRevenueOverride property.
|
protected Money netBillableRevenueOverride
protected Money grossBillableRevenueOverride
protected Money billableRevenueOverride
public Money getNetBillableRevenueOverride()
Moneypublic void setNetBillableRevenueOverride(Money value)
value - allowed object is
Moneypublic Money getGrossBillableRevenueOverride()
Moneypublic void setGrossBillableRevenueOverride(Money value)
value - allowed object is
Moneypublic Money getBillableRevenueOverride()
MoneyCopyright © 2018. All Rights Reserved.