Package com.checkout.accounts
Class BankVerification
- java.lang.Object
-
- com.checkout.accounts.BankVerification
-
public final class BankVerification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBankVerification.BankVerificationBuilder
-
Constructor Summary
Constructors Constructor Description BankVerification()BankVerification(BankVerificationType type, java.lang.String front)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BankVerification.BankVerificationBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetFront()BankVerificationTypegetType()inthashCode()voidsetFront(java.lang.String front)voidsetType(BankVerificationType type)java.lang.StringtoString()
-
-
-
Constructor Detail
-
BankVerification
public BankVerification()
-
BankVerification
public BankVerification(BankVerificationType type, java.lang.String front)
-
-
Method Detail
-
builder
public static BankVerification.BankVerificationBuilder builder()
-
getType
public BankVerificationType getType()
-
getFront
public java.lang.String getFront()
-
setType
public void setType(BankVerificationType type)
-
setFront
public void setFront(java.lang.String front)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-