Class TransactionReference


  • public class TransactionReference
    extends java.lang.Object
    Response containing the transaction ID.
    • Constructor Detail

      • TransactionReference

        public TransactionReference()
    • Method Detail

      • getTransactionId

        public java.lang.String getTransactionId()
        GUID to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction.
        Returns:
        transactionId
      • setTransactionId

        public void setTransactionId​(java.lang.String transactionId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object