Class PKPaymentSummaryItemType


  • public final class PKPaymentSummaryItemType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Final
      The payment summary item's amount is known to be correct
      static long Pending
      The payment summary item's amount is estimated or unknown - e.g, a taxi fare
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Final

        public static final long Final
        The payment summary item's amount is known to be correct
        See Also:
        Constant Field Values
      • Pending

        public static final long Pending
        The payment summary item's amount is estimated or unknown - e.g, a taxi fare
        See Also:
        Constant Field Values