Class SourceTransaction.AchCreditTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.AchCreditTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SourceTransaction

public static class SourceTransaction.AchCreditTransfer extends StripeObject
  • Constructor Details

    • AchCreditTransfer

      public AchCreditTransfer()
  • Method Details

    • getCustomerData

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

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

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

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

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

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

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object