Class Balance


  • public final class Balance
    extends Object
    • Constructor Detail

      • Balance

        protected Balance()
    • Method Detail

      • getWithheldBalance

        public BigDecimal getWithheldBalance()
      • getTransferableBalance

        public BigDecimal getTransferableBalance()
      • setBalance

        protected void setBalance​(BigDecimal balance)
      • setWithheldBalance

        protected void setWithheldBalance​(BigDecimal withheldBalance)
      • setTransferableBalance

        protected void setTransferableBalance​(BigDecimal transferableBalance)