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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript