Package 

Object Amount.Companion

    • Method Summary

      Modifier and Type Method Description
      final Amount parse(String amountStr) Creates Amount from string in format value:currency_code or throws an Exception
      final Amount getEMPTY() Creates thread safe static instance of Amount class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

         final Amount parse(String amountStr)

        Creates Amount from string in format value:currency_code or throws an Exception

      • getEMPTY

         final Amount getEMPTY()

        Creates thread safe static instance of Amount class.