Package com.stripe.model
Class Source.CodeVerificationFlow
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Source.CodeVerificationFlow
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
public static class Source.CodeVerificationFlow extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description CodeVerificationFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetAttemptsRemaining()The number of attempts remaining to authenticate the source object with a verification code.java.lang.StringgetStatus()The status of the code verification, eitherpending(awaiting verification,attempts_remainingshould be greater than 0),succeeded(successful verification) orfailed(failed verification, cannot be verified anymore asattempts_remainingshould be 0).inthashCode()voidsetAttemptsRemaining(java.lang.Long attemptsRemaining)The number of attempts remaining to authenticate the source object with a verification code.voidsetStatus(java.lang.String status)The status of the code verification, eitherpending(awaiting verification,attempts_remainingshould be greater than 0),succeeded(successful verification) orfailed(failed verification, cannot be verified anymore asattempts_remainingshould be 0).-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAttemptsRemaining
public java.lang.Long getAttemptsRemaining()
The number of attempts remaining to authenticate the source object with a verification code.
-
getStatus
public java.lang.String getStatus()
The status of the code verification, eitherpending(awaiting verification,attempts_remainingshould be greater than 0),succeeded(successful verification) orfailed(failed verification, cannot be verified anymore asattempts_remainingshould be 0).
-
setAttemptsRemaining
public void setAttemptsRemaining(java.lang.Long attemptsRemaining)
The number of attempts remaining to authenticate the source object with a verification code.
-
setStatus
public void setStatus(java.lang.String status)
The status of the code verification, eitherpending(awaiting verification,attempts_remainingshould be greater than 0),succeeded(successful verification) orfailed(failed verification, cannot be verified anymore asattempts_remainingshould be 0).
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-