Package com.stripe.model.v2.core
Class Account.Configuration.Storer.Capabilities.OutboundPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Storer.Capabilities.OutboundPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Storer.Capabilities
Hash containing capabilities related to OutboundPayments.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCan send funds from a FinancialAccount to a bank account owned by a different entity.static classCan send funds from a FinancialAccount to a debit card owned by a different entity.static classCan send funds from a FinancialAccount to a crypto wallet owned by a different entity.static classCan send funds from a FinancialAccount to a FinancialAccount owned by a different entity. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCards()inthashCode()voidsetBankAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) voidvoidsetCryptoWallets(Account.Configuration.Storer.Capabilities.OutboundPayments.CryptoWallets cryptoWallets) voidsetFinancialAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts financialAccounts) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OutboundPayments
public OutboundPayments()
-
-
Method Details
-
getBankAccounts
-
getCards
-
getCryptoWallets
-
getFinancialAccounts
public Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts getFinancialAccounts() -
setBankAccounts
public void setBankAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) -
setCards
-
setCryptoWallets
public void setCryptoWallets(Account.Configuration.Storer.Capabilities.OutboundPayments.CryptoWallets cryptoWallets) -
setFinancialAccounts
public void setFinancialAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts financialAccounts) -
equals
-
canEqual
-
hashCode
public int hashCode()
-