Package com.stripe.model.treasury
Class FinancialAccount.FinancialAddress
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.FinancialAddress
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
FinancialAddresses contain identifying information that resolves to a FinancialAccount.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ABA Records contain U.S. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAba()
ABA Records contain U.S.The list of networks that the address supports.getType()
The type of financial addressint
hashCode()
void
ABA Records contain U.S.void
setSupportedNetworks
(List<String> supportedNetworks) The list of networks that the address supports.void
The type of financial addressMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddress
public FinancialAddress()
-
-
Method Details
-
getAba
ABA Records contain U.S. bank account details per the ABA format. -
getSupportedNetworks
The list of networks that the address supports. -
getType
The type of financial addressEqual to
aba
. -
setAba
ABA Records contain U.S. bank account details per the ABA format. -
setSupportedNetworks
The list of networks that the address supports. -
setType
The type of financial addressEqual to
aba
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-