Returns the kind of currency detected.

interface ExpenseCurrency {
    Code?: string;
    Confidence?: number;
}

Properties

Properties

Code?: string

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

  • USD

  • EUR

  • GBP

  • CAD

  • INR

  • JPY

  • CHF

  • AUD

  • CNY

  • BZR

  • SEK

  • HKD

Confidence?: number

Percentage confideence in the detected currency.