Class Session.RelinkResult
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.RelinkResult
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about RelinkResult, 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 booleanbooleanThe account relinked in the Session.The authorization relinked in the Session.Reason for why relink failed.inthashCode()voidsetAccount(String account) The account relinked in the Session.voidsetAuthorization(String authorization) The authorization relinked in the Session.voidsetFailureReason(String failureReason) Reason for why relink failed.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RelinkResult
public RelinkResult()
-
-
Method Details
-
getAccount
The account relinked in the Session. Only present ifrelink_options[account]is set and relink is successful. -
getAuthorization
The authorization relinked in the Session. Only present if relink is successful. -
getFailureReason
Reason for why relink failed. One ofno_authorization,no_account, orother. -
setAccount
The account relinked in the Session. Only present ifrelink_options[account]is set and relink is successful. -
setAuthorization
The authorization relinked in the Session. Only present if relink is successful. -
setFailureReason
Reason for why relink failed. One ofno_authorization,no_account, orother. -
equals
-
canEqual
-
hashCode
public int hashCode()
-