Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Money Class Reference

Represents a money amount. More...

Properties

string currencyCode [get, set]
 Three letter currency code in string format. More...
 
long microAmount [get, set]
 Money values are always specified in terms of micros which are a millionth of the fundamental currency unit. For US dollars, $1 is 1,000,000 micros. More...
 
bool microAmountSpecified [get, set]
 

Detailed Description

Represents a money amount.

Property Documentation

string Google.Api.Ads.AdManager.v202305.Money.currencyCode
getset

Three letter currency code in string format.

long Google.Api.Ads.AdManager.v202305.Money.microAmount
getset

Money values are always specified in terms of micros which are a millionth of the fundamental currency unit. For US dollars, $1 is 1,000,000 micros.

bool Google.Api.Ads.AdManager.v202305.Money.microAmountSpecified
getset

true, if a value is specified for microAmount, false otherwise.


The documentation for this class was generated from the following file: