public class OrderActionError extends ApiError
Order objects.
Java class for OrderActionError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderActionError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201802}OrderActionError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrderActionErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
OrderActionError() |
| Modifier and Type | Method and Description |
|---|---|
OrderActionErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(OrderActionErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected OrderActionErrorReason reason
public OrderActionErrorReason getReason()
OrderActionErrorReasonpublic void setReason(OrderActionErrorReason value)
value - allowed object is
OrderActionErrorReasonCopyright © 2018. All Rights Reserved.