Class FinancialAccount.FinancialAddress

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.FinancialAddress
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccount

public static class FinancialAccount.FinancialAddress extends StripeObject
FinancialAddresses contain identifying information that resolves to a FinancialAccount.
  • Constructor Details

    • FinancialAddress

      public FinancialAddress()
  • Method Details

    • getAba

      ABA Records contain U.S. bank account details per the ABA format.
    • getSupportedNetworks

      public List<String> getSupportedNetworks()
      The list of networks that the address supports.
    • getType

      public String getType()
      The type of financial address

      Equal to aba.

    • setAba

      public void setAba(FinancialAccount.FinancialAddress.Aba aba)
      ABA Records contain U.S. bank account details per the ABA format.
    • setSupportedNetworks

      public void setSupportedNetworks(List<String> supportedNetworks)
      The list of networks that the address supports.
    • setType

      public void setType(String type)
      The type of financial address

      Equal to aba.

    • 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