Interface AmtInWords

    • Method Detail

      • getAmtInWords

        String getAmtInWords​(String amount)
                      throws Exception
        Get Amount in Words
        Parameters:
        amount - numeric amount (352.80)
        Returns:
        amount in words (three*five*two 80/100)
        Throws:
        Exception