public class BudgetOrder extends Object
BillingAccount.
Java class for BudgetOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetOrder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="billingAccountId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="billingAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="poNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="budgetOrderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="primaryBillingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secondaryBillingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="spendingLimit" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="totalAdjustments" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="startDateTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDateTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastRequest" type="{https://adwords.google.com/api/adwords/billing/v201809}BudgetOrderRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
billingAccountId |
protected String |
billingAccountName |
protected String |
budgetOrderName |
protected String |
endDateTime |
protected Long |
id |
protected BudgetOrderRequest |
lastRequest |
protected String |
poNumber |
protected String |
primaryBillingId |
protected String |
secondaryBillingId |
protected Money |
spendingLimit |
protected String |
startDateTime |
protected Money |
totalAdjustments |
| Constructor and Description |
|---|
BudgetOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingAccountId()
Gets the value of the billingAccountId property.
|
String |
getBillingAccountName()
Gets the value of the billingAccountName property.
|
String |
getBudgetOrderName()
Gets the value of the budgetOrderName property.
|
String |
getEndDateTime()
Gets the value of the endDateTime property.
|
Long |
getId()
Gets the value of the id property.
|
BudgetOrderRequest |
getLastRequest()
Gets the value of the lastRequest property.
|
String |
getPoNumber()
Gets the value of the poNumber property.
|
String |
getPrimaryBillingId()
Gets the value of the primaryBillingId property.
|
String |
getSecondaryBillingId()
Gets the value of the secondaryBillingId property.
|
Money |
getSpendingLimit()
Gets the value of the spendingLimit property.
|
String |
getStartDateTime()
Gets the value of the startDateTime property.
|
Money |
getTotalAdjustments()
Gets the value of the totalAdjustments property.
|
void |
setBillingAccountId(String value)
Sets the value of the billingAccountId property.
|
void |
setBillingAccountName(String value)
Sets the value of the billingAccountName property.
|
void |
setBudgetOrderName(String value)
Sets the value of the budgetOrderName property.
|
void |
setEndDateTime(String value)
Sets the value of the endDateTime property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLastRequest(BudgetOrderRequest value)
Sets the value of the lastRequest property.
|
void |
setPoNumber(String value)
Sets the value of the poNumber property.
|
void |
setPrimaryBillingId(String value)
Sets the value of the primaryBillingId property.
|
void |
setSecondaryBillingId(String value)
Sets the value of the secondaryBillingId property.
|
void |
setSpendingLimit(Money value)
Sets the value of the spendingLimit property.
|
void |
setStartDateTime(String value)
Sets the value of the startDateTime property.
|
void |
setTotalAdjustments(Money value)
Sets the value of the totalAdjustments property.
|
protected String billingAccountId
protected Long id
protected String billingAccountName
protected String poNumber
protected String budgetOrderName
protected String primaryBillingId
protected String secondaryBillingId
protected Money spendingLimit
protected Money totalAdjustments
protected String startDateTime
protected String endDateTime
protected BudgetOrderRequest lastRequest
public String getBillingAccountId()
Stringpublic void setBillingAccountId(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getBillingAccountName()
Stringpublic void setBillingAccountName(String value)
value - allowed object is
Stringpublic String getPoNumber()
Stringpublic void setPoNumber(String value)
value - allowed object is
Stringpublic String getBudgetOrderName()
Stringpublic void setBudgetOrderName(String value)
value - allowed object is
Stringpublic String getPrimaryBillingId()
Stringpublic void setPrimaryBillingId(String value)
value - allowed object is
Stringpublic String getSecondaryBillingId()
Stringpublic void setSecondaryBillingId(String value)
value - allowed object is
Stringpublic Money getSpendingLimit()
Moneypublic void setSpendingLimit(Money value)
value - allowed object is
Moneypublic Money getTotalAdjustments()
Moneypublic void setTotalAdjustments(Money value)
value - allowed object is
Moneypublic String getStartDateTime()
Stringpublic void setStartDateTime(String value)
value - allowed object is
Stringpublic String getEndDateTime()
Stringpublic void setEndDateTime(String value)
value - allowed object is
Stringpublic BudgetOrderRequest getLastRequest()
BudgetOrderRequestpublic void setLastRequest(BudgetOrderRequest value)
value - allowed object is
BudgetOrderRequestCopyright © 2023. All rights reserved.