public class CompanySettings extends Object
Company.
Java class for CompanySettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanySettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="billingCap" type="{https://www.google.com/apis/ads/publisher/v201805}BillingCap" minOccurs="0"/>
<element name="billingSchedule" type="{https://www.google.com/apis/ads/publisher/v201805}BillingSchedule" minOccurs="0"/>
<element name="billingSource" type="{https://www.google.com/apis/ads/publisher/v201805}BillingSource" minOccurs="0"/>
<element name="advertiserDiscount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="valueAddedTax" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="agencyCommission" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
advertiserDiscount |
protected Long |
agencyCommission |
protected BillingCap |
billingCap |
protected BillingSchedule |
billingSchedule |
protected BillingSource |
billingSource |
protected Long |
valueAddedTax |
| Constructor and Description |
|---|
CompanySettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdvertiserDiscount()
Gets the value of the advertiserDiscount property.
|
Long |
getAgencyCommission()
Gets the value of the agencyCommission property.
|
BillingCap |
getBillingCap()
Gets the value of the billingCap property.
|
BillingSchedule |
getBillingSchedule()
Gets the value of the billingSchedule property.
|
BillingSource |
getBillingSource()
Gets the value of the billingSource property.
|
Long |
getValueAddedTax()
Gets the value of the valueAddedTax property.
|
void |
setAdvertiserDiscount(Long value)
Sets the value of the advertiserDiscount property.
|
void |
setAgencyCommission(Long value)
Sets the value of the agencyCommission property.
|
void |
setBillingCap(BillingCap value)
Sets the value of the billingCap property.
|
void |
setBillingSchedule(BillingSchedule value)
Sets the value of the billingSchedule property.
|
void |
setBillingSource(BillingSource value)
Sets the value of the billingSource property.
|
void |
setValueAddedTax(Long value)
Sets the value of the valueAddedTax property.
|
protected BillingCap billingCap
protected BillingSchedule billingSchedule
protected BillingSource billingSource
protected Long advertiserDiscount
protected Long valueAddedTax
protected Long agencyCommission
public BillingCap getBillingCap()
BillingCappublic void setBillingCap(BillingCap value)
value - allowed object is
BillingCappublic BillingSchedule getBillingSchedule()
BillingSchedulepublic void setBillingSchedule(BillingSchedule value)
value - allowed object is
BillingSchedulepublic BillingSource getBillingSource()
BillingSourcepublic void setBillingSource(BillingSource value)
value - allowed object is
BillingSourcepublic Long getAdvertiserDiscount()
Longpublic void setAdvertiserDiscount(Long value)
value - allowed object is
Longpublic Long getValueAddedTax()
Longpublic void setValueAddedTax(Long value)
value - allowed object is
Longpublic Long getAgencyCommission()
LongCopyright © 2018. All Rights Reserved.