Package 

Enum AmountCurrency

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum AmountCurrency
    extends Enum<AmountCurrency>
                        

    Enum class represents currently supported currencies. Currency codes are expressed in ISO 4217 standard.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CHF

      Stands for Confoederatio Helvetica franc.

      USD

      Stands for United States Dollar.

      GBP

      Stands for the British pound sterling.

      EUR

      Stands for EURO (official currency of the euro-zone).

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait