Package com.stripe.model
Class Source.Bancontact
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.Bancontact
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBic()
int
hashCode()
void
setBankCode
(String bankCode) void
setBankName
(String bankName) void
void
setIbanLast4
(String ibanLast4) void
setPreferredLanguage
(String preferredLanguage) void
setStatementDescriptor
(String statementDescriptor) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Bancontact
public Bancontact()
-
-
Method Details