public class BudgetOrderError extends ApiError
Java class for BudgetOrderError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetOrderError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/billing/v201809}BudgetOrderError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BudgetOrderErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
BudgetOrderError() |
| Modifier and Type | Method and Description |
|---|---|
BudgetOrderErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(BudgetOrderErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected BudgetOrderErrorReason reason
public BudgetOrderErrorReason getReason()
BudgetOrderErrorReasonpublic void setReason(BudgetOrderErrorReason value)
value - allowed object is
BudgetOrderErrorReasonCopyright © 2023. All rights reserved.