Newer Version Available
ReportCurrency Class
Contains information about a currency value, including
the amount and currency code.
Namespace
ReportCurrency Methods
The following are methods for ReportCurrency. All are instance methods.
getAmount()
Returns the amount of the currency value.
Syntax
public Decimal getAmount()
Return Value
Type: Decimal
getCurrencyCode()
Returns the report currency code, such as USD, EUR, or
GBP, for an organization that has multicurrency enabled. The value
is null if the organization
does not have multicurrency enabled.
Syntax
public String getCurrencyCode()
Return Value
Type: String