Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.Klarna
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.Klarna
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions
For more details about Klarna, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The currency of the setup intent.Preferred locale of the Klarna checkout page that the customer is redirected to.int
hashCode()
void
setCurrency
(String currency) The currency of the setup intent.void
setPreferredLocale
(String preferredLocale) Preferred locale of the Klarna checkout page that the customer is redirected to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Klarna
public Klarna()
-
-
Method Details
-
getCurrency
The currency of the setup intent. Three letter ISO currency code. -
getPreferredLocale
Preferred locale of the Klarna checkout page that the customer is redirected to. -
setCurrency
The currency of the setup intent. Three letter ISO currency code. -
setPreferredLocale
Preferred locale of the Klarna checkout page that the customer is redirected to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-