Ads API .NET library
|
Represents a money amount. More...
Classes | |
class | Fields |
List of all supported fields for the Money class. More... | |
class | FilterableFields |
List of all supported filterable fields for the Money class. More... | |
class | SelectableFields |
List of all supported selectable fields for the Money class. More... | |
Properties | |
long | microAmount [get, set] |
Amount in micros. One million is equivalent to one unit. More... | |
bool | microAmountSpecified [get, set] |
![]() | |
string | ComparableValueType [get, set] |
Indicates that this instance is a subtype of ComparableValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Represents a money amount.
|
getset |
Amount in micros. One million is equivalent to one unit.
|
getset |
true
, if a value is specified for microAmount, false
otherwise.