CurrencyValueOutput interface  
Currency field value.
Properties
| amount | Currency amount.  | 
| currency | 
	Resolved currency code (ISO 4217), if any.  | 
| currency | 
	Currency symbol label, if any.  | 
Property Details
amount
Currency amount.
amount: number
				Property Value
number
		currencyCode
	 
	Resolved currency code (ISO 4217), if any.
currencyCode?: string
				Property Value
string
		currencySymbol
	 
	Currency symbol label, if any.
currencySymbol?: string
				Property Value
string