Class Charge.PaymentMethodDetails.AchCreditTransfer

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

public static class Charge.PaymentMethodDetails.AchCreditTransfer extends StripeObject
  • Constructor Details

    • AchCreditTransfer

      public AchCreditTransfer()
  • Method Details

    • getAccountNumber

      public String getAccountNumber()
      Account number to transfer funds to.
    • getBankName

      public String getBankName()
      Name of the bank associated with the routing number.
    • getRoutingNumber

      public String getRoutingNumber()
      Routing transit number for the bank account to transfer funds to.
    • getSwiftCode

      public String getSwiftCode()
      SWIFT code of the bank associated with the routing number.
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
      Account number to transfer funds to.
    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the routing number.
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
      Routing transit number for the bank account to transfer funds to.
    • setSwiftCode

      public void setSwiftCode(String swiftCode)
      SWIFT code of the bank associated with the routing number.
    • 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