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
For more details about OutboundPayments, 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 FinancialAccounts, 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
getCards()
int
hashCode()
void
setBankAccounts
(Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) void
void
setFinancialAccounts
(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
-
getFinancialAccounts
public Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts getFinancialAccounts() -
setBankAccounts
public void setBankAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) -
setCards
-
setFinancialAccounts
public void setFinancialAccounts(Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts financialAccounts) -
equals
-
canEqual
-
hashCode
public int hashCode()
-