public class Money extends ComparableValue
Java class for Money complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Money">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ComparableValue">
<sequence>
<element name="microAmount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
microAmount |
comparableValueType| Constructor and Description |
|---|
Money() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMicroAmount()
Gets the value of the microAmount property.
|
void |
setMicroAmount(Long value)
Sets the value of the microAmount property.
|
getComparableValueType, setComparableValueTypeprotected Long microAmount
Copyright © 2023. All rights reserved.