Class CurrencyValue

java.lang.Object
com.azure.ai.documentintelligence.models.CurrencyValue

public final class CurrencyValue extends Object
Currency field value.
  • Method Details

    • getAmount

      public double getAmount()
      Get the amount property: Currency amount.
      Returns:
      the amount value.
    • getCurrencySymbol

      public String getCurrencySymbol()
      Get the currencySymbol property: Currency symbol label, if any.
      Returns:
      the currencySymbol value.
    • getCurrencyCode

      public String getCurrencyCode()
      Get the currencyCode property: Resolved currency code (ISO 4217), if any.
      Returns:
      the currencyCode value.