Class Subscription.PaymentMethodOptions.Bancontact

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentMethodOptions.Bancontact
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription.PaymentMethodOptions

public static class Subscription.PaymentMethodOptions.Bancontact extends StripeObject
Transaction type of the mandate.

One of business, or personal.

  • Constructor Details

    • Bancontact

      public Bancontact()
  • Method Details

    • getPreferredLanguage

      public String getPreferredLanguage()
      Preferred language of the Bancontact authorization page that the customer is redirected to.

      One of de, en, fr, or nl.

    • setPreferredLanguage

      public void setPreferredLanguage(String preferredLanguage)
      Preferred language of the Bancontact authorization page that the customer is redirected to.

      One of de, en, fr, or nl.

    • 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