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

public static class SetupIntent.PaymentMethodOptions.Klarna extends StripeObject
For more details about Klarna, please refer to the API Reference.
  • Constructor Details

    • Klarna

      public Klarna()
  • Method Details

    • getCurrency

      public String getCurrency()
      The currency of the setup intent. Three letter ISO currency code.
    • getPreferredLocale

      public String getPreferredLocale()
      Preferred locale of the Klarna checkout page that the customer is redirected to.
    • setCurrency

      public void setCurrency(String currency)
      The currency of the setup intent. Three letter ISO currency code.
    • setPreferredLocale

      public void setPreferredLocale(String preferredLocale)
      Preferred locale of the Klarna checkout page that the customer is redirected to.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object