public class BudgetOrderRequest extends Object
Java class for BudgetOrderRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetOrderRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{https://adwords.google.com/api/adwords/billing/v201809}BudgetOrderRequest.Status" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}string" 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="spendingLimit" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
billingAccountName |
protected String |
budgetOrderName |
protected String |
date |
protected String |
endDateTime |
protected String |
poNumber |
protected Money |
spendingLimit |
protected String |
startDateTime |
protected BudgetOrderRequestStatus |
status |
| Constructor and Description |
|---|
BudgetOrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingAccountName()
Gets the value of the billingAccountName property.
|
String |
getBudgetOrderName()
Gets the value of the budgetOrderName property.
|
String |
getDate()
Gets the value of the date property.
|
String |
getEndDateTime()
Gets the value of the endDateTime property.
|
String |
getPoNumber()
Gets the value of the poNumber property.
|
Money |
getSpendingLimit()
Gets the value of the spendingLimit property.
|
String |
getStartDateTime()
Gets the value of the startDateTime property.
|
BudgetOrderRequestStatus |
getStatus()
Gets the value of the status property.
|
void |
setBillingAccountName(String value)
Sets the value of the billingAccountName property.
|
void |
setBudgetOrderName(String value)
Sets the value of the budgetOrderName property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setEndDateTime(String value)
Sets the value of the endDateTime property.
|
void |
setPoNumber(String value)
Sets the value of the poNumber property.
|
void |
setSpendingLimit(Money value)
Sets the value of the spendingLimit property.
|
void |
setStartDateTime(String value)
Sets the value of the startDateTime property.
|
void |
setStatus(BudgetOrderRequestStatus value)
Sets the value of the status property.
|
protected BudgetOrderRequestStatus status
protected String date
protected String billingAccountName
protected String poNumber
protected String budgetOrderName
protected Money spendingLimit
protected String startDateTime
protected String endDateTime
public BudgetOrderRequestStatus getStatus()
BudgetOrderRequestStatuspublic void setStatus(BudgetOrderRequestStatus value)
value - allowed object is
BudgetOrderRequestStatuspublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic 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 Money getSpendingLimit()
Moneypublic void setSpendingLimit(Money value)
value - allowed object is
Moneypublic String getStartDateTime()
Stringpublic void setStartDateTime(String value)
value - allowed object is
Stringpublic String getEndDateTime()
StringCopyright © 2023. All rights reserved.