Class PaymentInfo


  • public class PaymentInfo
    extends java.lang.Object
    Breakdown of payments made to cover the cost.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      URef source
      Source purse used for payment of the transaction.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      URef getSource()
      Source purse used for payment of the transaction.
      void setSource​(URef source)
      Source purse used for payment of the transaction.
      • Methods inherited from class java.lang.Object

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

      • source

        public URef source
        Source purse used for payment of the transaction.
    • Constructor Detail

      • PaymentInfo

        public PaymentInfo()
      • PaymentInfo

        public PaymentInfo​(URef source)
    • Method Detail

      • getSource

        public URef getSource()
        Source purse used for payment of the transaction.
      • setSource

        public void setSource​(URef source)
        Source purse used for payment of the transaction.