Class AdhocDisbursementEvent


  • public class AdhocDisbursementEvent
    extends java.lang.Object
    An event related to an Adhoc Disbursement.
    • Constructor Detail

      • AdhocDisbursementEvent

        public AdhocDisbursementEvent()
    • Method Detail

      • getTransactionType

        public java.lang.String getTransactionType()
        Indicates the type of transaction. Example: \"Disbursed to Amazon Gift Card balance\"
        Returns:
        transactionType
      • setTransactionType

        public void setTransactionType​(java.lang.String transactionType)
      • getPostedDate

        public org.threeten.bp.OffsetDateTime getPostedDate()
        Get postedDate
        Returns:
        postedDate
      • setPostedDate

        public void setPostedDate​(org.threeten.bp.OffsetDateTime postedDate)
      • getTransactionId

        public java.lang.String getTransactionId()
        The identifier for the transaction.
        Returns:
        transactionId
      • setTransactionId

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

        public Currency getTransactionAmount()
        Get transactionAmount
        Returns:
        transactionAmount
      • setTransactionAmount

        public void setTransactionAmount​(Currency transactionAmount)
      • 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