Package com.stripe.model
Class FundingInstructions.BankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FundingInstructions.BankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FundingInstructions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
FinancialAddresses contain identifying information that resolves to a FinancialAccount. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setCountry
(String country) void
setFinancialAddresses
(List<FundingInstructions.BankTransfer.FinancialAddress> financialAddresses) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BankTransfer
public BankTransfer()
-
-
Method Details
-
getCountry
-
getFinancialAddresses
-
getType
-
setCountry
-
setFinancialAddresses
public void setFinancialAddresses(List<FundingInstructions.BankTransfer.FinancialAddress> financialAddresses) -
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-