Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Bancontact
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.PaymentIntent.PaymentMethodOptions.Bancontact
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions
public static class PaymentIntent.PaymentMethodOptions.Bancontact extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Bancontact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetPreferredLanguage()Preferred language of the Bancontact authorization page that the customer is redirected to.inthashCode()voidsetPreferredLanguage(java.lang.String preferredLanguage)Preferred language of the Bancontact authorization page that the customer is redirected to.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getPreferredLanguage
public java.lang.String getPreferredLanguage()
Preferred language of the Bancontact authorization page that the customer is redirected to.One of
de,en,fr, ornl.
-
setPreferredLanguage
public void setPreferredLanguage(java.lang.String preferredLanguage)
Preferred language of the Bancontact authorization page that the customer is redirected to.One of
de,en,fr, ornl.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-