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
Capabilities that enable OutboundPayments to a bank account linked to this Account.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEnables this Account to receive OutboundPayments to linked bank accounts over local networks.static classEnables this Account to receive OutboundPayments to linked bank accounts over wire. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetLocal()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.inthashCode()voidEnables this Account to receive OutboundPayments to linked bank accounts over local networks.voidEnables 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()
-