public static class Source.CodeVerificationFlow extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
CodeVerificationFlow() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAttemptsRemaining()
The number of attempts remaining to authenticate the source object with a verification code.
|
java.lang.String |
getStatus()
The status of the code verification, either
pending (awaiting verification, attempts_remaining should be greater than 0), succeeded (successful verification) or
failed (failed verification, cannot be verified anymore as attempts_remaining
should be 0). |
int |
hashCode() |
void |
setAttemptsRemaining(java.lang.Long attemptsRemaining)
The number of attempts remaining to authenticate the source object with a verification code.
|
void |
setStatus(java.lang.String status)
The status of the code verification, either
pending (awaiting verification, attempts_remaining should be greater than 0), succeeded (successful verification) or
failed (failed verification, cannot be verified anymore as attempts_remaining
should be 0). |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Long getAttemptsRemaining()
public java.lang.String getStatus()
pending
(awaiting verification, attempts_remaining
should be greater than 0), succeeded
(successful verification) or
failed
(failed verification, cannot be verified anymore as attempts_remaining
should be 0).public void setAttemptsRemaining(java.lang.Long attemptsRemaining)
public void setStatus(java.lang.String status)
pending
(awaiting verification, attempts_remaining
should be greater than 0), succeeded
(successful verification) or
failed
(failed verification, cannot be verified anymore as attempts_remaining
should be 0).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