Package com.checkout.accounts
Class TaxVerification
- java.lang.Object
-
- com.checkout.accounts.TaxVerification
-
public final class TaxVerification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaxVerification.TaxVerificationBuilder
-
Constructor Summary
Constructors Constructor Description TaxVerification()TaxVerification(CompanyVerificationType type, java.lang.String front)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaxVerification.TaxVerificationBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetFront()CompanyVerificationTypegetType()inthashCode()voidsetFront(java.lang.String front)voidsetType(CompanyVerificationType type)java.lang.StringtoString()
-
-
-
Constructor Detail
-
TaxVerification
public TaxVerification()
-
TaxVerification
public TaxVerification(CompanyVerificationType type, java.lang.String front)
-
-
Method Detail
-
builder
public static TaxVerification.TaxVerificationBuilder builder()
-
getType
public CompanyVerificationType getType()
-
getFront
public java.lang.String getFront()
-
setType
public void setType(CompanyVerificationType 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
-
-