Class CurrencyValue
java.lang.Object
com.azure.ai.documentintelligence.models.CurrencyValue
Currency field value.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the amount property: Currency amount.Get the currencyCode property: Resolved currency code (ISO 4217), if any.Get the currencySymbol property: Currency symbol label, if any.
-
Method Details
-
getAmount
public double getAmount()Get the amount property: Currency amount.- Returns:
- the amount value.
-
getCurrencySymbol
Get the currencySymbol property: Currency symbol label, if any.- Returns:
- the currencySymbol value.
-
getCurrencyCode
Get the currencyCode property: Resolved currency code (ISO 4217), if any.- Returns:
- the currencyCode value.
-