Package com.stripe.model.v2.core
Class Account.Configuration.Recipient.Capabilities.BankAccounts
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Recipient.Capabilities.BankAccounts
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Recipient.Capabilities
For more details about BankAccounts, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Local, please refer to the API Reference.static class
For more details about Wire, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLocal()
Enables this Account to receive OutboundPayments to linked bank accounts over local networks.getWire()
Enables this Account to receive OutboundPayments to linked bank accounts over wire.int
hashCode()
void
Enables this Account to receive OutboundPayments to linked bank accounts over local networks.void
Enables this Account to receive OutboundPayments to linked bank accounts over wire.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BankAccounts
public BankAccounts()
-
-
Method Details
-
getLocal
Enables this Account to receive OutboundPayments to linked bank accounts over local networks. -
getWire
Enables this Account to receive OutboundPayments to linked bank accounts over wire. -
setLocal
Enables this Account to receive OutboundPayments to linked bank accounts over local networks. -
setWire
Enables this Account to receive OutboundPayments to linked bank accounts over wire. -
equals
-
canEqual
-
hashCode
public int hashCode()
-