Class ConfirmationToken.PaymentMethodPreview.Link

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Link
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ConfirmationToken.PaymentMethodPreview

public static class ConfirmationToken.PaymentMethodPreview.Link extends StripeObject
  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getEmail

      public String getEmail()
      Account owner's email address.
    • getPersistentToken

      @Deprecated public String getPersistentToken()
      Deprecated.
      [Deprecated] This is a legacy parameter that no longer has any function.
    • setEmail

      public void setEmail(String email)
      Account owner's email address.
    • setPersistentToken

      @Deprecated public void setPersistentToken(String persistentToken)
      Deprecated.
      [Deprecated] This is a legacy parameter that no longer has any function.
    • 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