Class Session.RelinkResult

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.RelinkResult
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

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

    • RelinkResult

      public RelinkResult()
  • Method Details

    • getAccount

      public String getAccount()
      The account relinked in the Session. Only present if relink_options[account] is set and relink is successful.
    • getAuthorization

      public String getAuthorization()
      The authorization relinked in the Session. Only present if relink is successful.
    • getFailureReason

      public String getFailureReason()
      Reason for why relink failed. One of no_authorization, no_account, or other.
    • setAccount

      public void setAccount(String account)
      The account relinked in the Session. Only present if relink_options[account] is set and relink is successful.
    • setAuthorization

      public void setAuthorization(String authorization)
      The authorization relinked in the Session. Only present if relink is successful.
    • setFailureReason

      public void setFailureReason(String failureReason)
      Reason for why relink failed. One of no_authorization, no_account, or other.
    • 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