Package com.stripe.model.v2.core
Class Account.Configuration.Recipient.Capabilities
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Recipient.Capabilities
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Recipient
Capabilities that have been requested on the Recipient Configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Capabilities that enable OutboundPayments to a bank account linked to this Account.static class
Capability that enable OutboundPayments to a debit card linked to this Account.static class
Capability that enable OutboundPayments to a crypto wallet linked to this Account.static class
Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance). -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Capabilities that enable OutboundPayments to a bank account linked to this Account.getCards()
Capability that enable OutboundPayments to a debit card linked to this Account.Capability that enable OutboundPayments to a crypto wallet linked to this Account.Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).int
hashCode()
void
Capabilities that enable OutboundPayments to a bank account linked to this Account.void
Capability that enable OutboundPayments to a debit card linked to this Account.void
Capability that enable OutboundPayments to a crypto wallet linked to this Account.void
Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Capabilities
public Capabilities()
-
-
Method Details
-
getBankAccounts
Capabilities that enable OutboundPayments to a bank account linked to this Account. -
getCards
Capability that enable OutboundPayments to a debit card linked to this Account. -
getCryptoWallets
Capability that enable OutboundPayments to a crypto wallet linked to this Account. -
getStripeBalance
Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance). -
setBankAccounts
Capabilities that enable OutboundPayments to a bank account linked to this Account. -
setCards
Capability that enable OutboundPayments to a debit card linked to this Account. -
setCryptoWallets
public void setCryptoWallets(Account.Configuration.Recipient.Capabilities.CryptoWallets cryptoWallets) Capability that enable OutboundPayments to a crypto wallet linked to this Account. -
setStripeBalance
public void setStripeBalance(Account.Configuration.Recipient.Capabilities.StripeBalance stripeBalance) Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance). -
equals
-
canEqual
-
hashCode
public int hashCode()
-