Class ValueAddedServiceChargeEvent


  • public class ValueAddedServiceChargeEvent
    extends java.lang.Object
    An event related to a value added service charge.
    • Constructor Detail

      • ValueAddedServiceChargeEvent

        public ValueAddedServiceChargeEvent()
    • Method Detail

      • getTransactionType

        public java.lang.String getTransactionType()
        Indicates the type of transaction. Example: 'Other Support Service fees'
        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)
      • getDescription

        public java.lang.String getDescription()
        A short description of the service charge event.
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • 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