CurrencyValue interface

Currency field value.

Properties

amount

Currency amount.

currencyCode

Resolved currency code (ISO 4217), if any.

currencySymbol

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