Class Session.RelinkOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.RelinkOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about RelinkOptions, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanRequires the end user to repair this specific account during the authentication flow instead of connecting a different one.The authorization to relink in the Session.inthashCode()voidsetAccount(String account) Requires the end user to repair this specific account during the authentication flow instead of connecting a different one.voidsetAuthorization(String authorization) The authorization to relink in the Session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RelinkOptions
public RelinkOptions()
-
-
Method Details
-
getAccount
Requires the end user to repair this specific account during the authentication flow instead of connecting a different one. -
getAuthorization
The authorization to relink in the Session. -
setAccount
Requires the end user to repair this specific account during the authentication flow instead of connecting a different one. -
setAuthorization
The authorization to relink in the Session. -
equals
-
canEqual
-
hashCode
public int hashCode()
-