public static class PaymentIntent.PaymentMethodOptions.Bancontact extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Bancontact() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPreferredLanguage()
Preferred language of the Bancontact authorization page that the customer is redirected to.
|
int |
hashCode() |
void |
setPreferredLanguage(java.lang.String preferredLanguage)
Preferred language of the Bancontact authorization page that the customer is redirected to.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getPreferredLanguage()
One of de, en, fr, or nl.
public void setPreferredLanguage(java.lang.String preferredLanguage)
One of de, en, fr, or nl.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object