Class PaymentTypeInfo


  • public class PaymentTypeInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer count  
      java.lang.Double total  
      java.lang.Long typeId  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaymentTypeInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • typeId

        public java.lang.Long typeId
      • count

        public java.lang.Integer count
      • total

        public java.lang.Double total
    • Constructor Detail

      • PaymentTypeInfo

        public PaymentTypeInfo()