Class ApiWalletBalance.Total

java.lang.Object
company.tap.commondependencies.ApiModels.ApiWalletBalance.Total
Enclosing class:
ApiWalletBalance

public static class ApiWalletBalance.Total
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    double totalCredit  
    double totalDebit  
  • Constructor Summary

    Constructors
    Constructor Description
    Total()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • totalDebit

      public double totalDebit
    • totalCredit

      public double totalCredit
  • Constructor Details

    • Total

      public Total()