Class CurrencyItem


  • public class CurrencyItem
    extends Object
    Contains information about a currency supported by a brand. Immutable class.
    • Constructor Detail

      • CurrencyItem

        public CurrencyItem​(Currency currency,
                            CurrencyType type)
        Create currency item.
    • Method Detail

      • getCurrency

        public Currency getCurrency()
        Supported or used currency.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object