Class ReceiptInfo


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

      Fields 
      Modifier and Type Field Description
      java.lang.Integer count  
      java.lang.String type  
      java.lang.Double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReceiptInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        public java.lang.String type
      • value

        public java.lang.Double value
      • count

        public java.lang.Integer count
    • Constructor Detail

      • ReceiptInfo

        public ReceiptInfo()