Class Account


  • @TypeAlias("account")
    public class Account
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Account()  
        Account​(java.math.BigDecimal total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getTotal()  
      • Methods inherited from class java.lang.Object

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

      • Account

        protected Account()
      • Account

        public Account​(java.math.BigDecimal total)
    • Method Detail

      • getTotal

        public java.math.BigDecimal getTotal()