Interface ExpenseCurrency.Builder

    • Method Detail

      • code

        ExpenseCurrency.Builder code​(String code)

        Currency code for detected currency. the current supported codes are:

        • USD

        • EUR

        • GBP

        • CAD

        • INR

        • JPY

        • CHF

        • AUD

        • CNY

        • BZR

        • SEK

        • HKD

        Parameters:
        code - Currency code for detected currency. the current supported codes are:

        • USD

        • EUR

        • GBP

        • CAD

        • INR

        • JPY

        • CHF

        • AUD

        • CNY

        • BZR

        • SEK

        • HKD

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        ExpenseCurrency.Builder confidence​(Float confidence)

        Percentage confideence in the detected currency.

        Parameters:
        confidence - Percentage confideence in the detected currency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.