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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFinancialAddresses contain identifying information that resolves to a FinancialAccount. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetCountry(String country) voidsetFinancialAddresses(List<FundingInstructions.BankTransfer.FinancialAddress> financialAddresses) voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-