Package com.stripe.model
Class Invoice.PaymentMethodOptions.Bancontact
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentMethodOptions.Bancontact
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Invoice.PaymentMethodOptions
Transaction type of the mandate.
One of business
, or personal
.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Preferred language of the Bancontact authorization page that the customer is redirected to.int
hashCode()
void
setPreferredLanguage
(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
-
Constructor Details
-
Bancontact
public Bancontact()
-
-
Method Details
-
getPreferredLanguage
Preferred language of the Bancontact authorization page that the customer is redirected to.One of
de
,en
,fr
, ornl
. -
setPreferredLanguage
Preferred language of the Bancontact authorization page that the customer is redirected to.One of
de
,en
,fr
, ornl
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-