Class TransactionPayment


  • public class TransactionPayment
    extends PathResponse
    Fields for a payment transaction. Definition: data/transactions/payment.go : PaymentTxnFields
    • Field Detail

      • amount

        public Long amount
        (amt) number of MicroAlgos intended to be transferred.
      • closeAmount

        public Long closeAmount
        Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.
      • closeRemainderTo

        public String closeRemainderTo
        (close) when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.
      • receiver

        public String receiver
        (rcv) receiver's address.
    • Constructor Detail

      • TransactionPayment

        public TransactionPayment()