Class SourceTransaction.AchCreditTransferData

    • Constructor Detail

      • AchCreditTransferData

        public AchCreditTransferData()
    • Method Detail

      • getCustomerData

        public java.lang.String getCustomerData()
        Customer data associated with the transfer.
      • getFingerprint

        public java.lang.String getFingerprint()
        Bank account fingerprint associated with the transfer.
      • getLast4

        public java.lang.String getLast4()
        Last 4 digits of the account number associated with the transfer.
      • getRoutingNumber

        public java.lang.String getRoutingNumber()
        Routing number associated with the transfer.
      • setCustomerData

        public void setCustomerData​(java.lang.String customerData)
        Customer data associated with the transfer.
      • setFingerprint

        public void setFingerprint​(java.lang.String fingerprint)
        Bank account fingerprint associated with the transfer.
      • setLast4

        public void setLast4​(java.lang.String last4)
        Last 4 digits of the account number associated with the transfer.
      • setRoutingNumber

        public void setRoutingNumber​(java.lang.String routingNumber)
        Routing number associated with the transfer.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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