public static class Source.RedirectFlow extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
RedirectFlow() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFailureReason()
The failure reason for the redirect, either
user_abort (the customer aborted or
dropped out of the redirect flow), declined (the authentication failed or the
transaction was declined), or processing_error (the redirect failed due to a
technical error). |
java.lang.String |
getReturnUrl()
The URL you provide to redirect the customer to after they authenticated their payment.
|
java.lang.String |
getStatus()
The status of the redirect, either
pending (ready to be used by your customer to
authenticate the transaction), succeeded (succesful authentication, cannot be reused)
or not_required (redirect should not be used) or failed (failed
authentication, cannot be reused). |
java.lang.String |
getUrl()
The URL provided to you to redirect a customer to as part of a
redirect
authentication flow. |
int |
hashCode() |
void |
setFailureReason(java.lang.String failureReason)
The failure reason for the redirect, either
user_abort (the customer aborted or
dropped out of the redirect flow), declined (the authentication failed or the
transaction was declined), or processing_error (the redirect failed due to a
technical error). |
void |
setReturnUrl(java.lang.String returnUrl)
The URL you provide to redirect the customer to after they authenticated their payment.
|
void |
setStatus(java.lang.String status)
The status of the redirect, either
pending (ready to be used by your customer to
authenticate the transaction), succeeded (succesful authentication, cannot be reused)
or not_required (redirect should not be used) or failed (failed
authentication, cannot be reused). |
void |
setUrl(java.lang.String url)
The URL provided to you to redirect a customer to as part of a
redirect
authentication flow. |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getFailureReason()
user_abort
(the customer aborted or
dropped out of the redirect flow), declined
(the authentication failed or the
transaction was declined), or processing_error
(the redirect failed due to a
technical error). Present only if the redirect status is failed
.public java.lang.String getReturnUrl()
public java.lang.String getStatus()
pending
(ready to be used by your customer to
authenticate the transaction), succeeded
(succesful authentication, cannot be reused)
or not_required
(redirect should not be used) or failed
(failed
authentication, cannot be reused).public java.lang.String getUrl()
redirect
authentication flow.public void setFailureReason(java.lang.String failureReason)
user_abort
(the customer aborted or
dropped out of the redirect flow), declined
(the authentication failed or the
transaction was declined), or processing_error
(the redirect failed due to a
technical error). Present only if the redirect status is failed
.public void setReturnUrl(java.lang.String returnUrl)
public void setStatus(java.lang.String status)
pending
(ready to be used by your customer to
authenticate the transaction), succeeded
(succesful authentication, cannot be reused)
or not_required
(redirect should not be used) or failed
(failed
authentication, cannot be reused).public void setUrl(java.lang.String url)
redirect
authentication flow.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object