Class Mandate.PaymentMethodDetails.Blik

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.Blik
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Mandate.PaymentMethodDetails

public static class Mandate.PaymentMethodDetails.Blik extends StripeObject
  • Constructor Details

    • Blik

      public Blik()
  • Method Details

    • getExpiresAfter

      public Long getExpiresAfter()
      Date at which the mandate expires.
    • getOffSession

    • getType

      public String getType()
      Type of the mandate.

      One of off_session, or on_session.

    • setExpiresAfter

      public void setExpiresAfter(Long expiresAfter)
      Date at which the mandate expires.
    • setOffSession

      public void setOffSession(Mandate.PaymentMethodDetails.Blik.OffSession offSession)
    • setType

      public void setType(String type)
      Type of the mandate.

      One of off_session, or on_session.

    • 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