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
For more details about BankTransfer, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFinancialAddresses contain identifying information that resolves to a FinancialAccount.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetCountry(String country) voidsetFinancialAddresses(List<FundingInstructions.BankTransfer.FinancialAddress> financialAddresses) voidMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
BankTransferpublic BankTransfer()
 
- 
- 
Method Details- 
getCountry
- 
getFinancialAddresses
- 
getType
- 
setCountry
- 
setFinancialAddressespublic void setFinancialAddresses(List<FundingInstructions.BankTransfer.FinancialAddress> financialAddresses) 
- 
setType
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-