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
For more details about Capabilities, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BankAccounts, please refer to the API Reference.static class
For more details about Cards, please refer to the API Reference.static class
For more details about StripeBalance, 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
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.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
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. -
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. -
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()
-