Package io.moov.sdk.models.components
Class UpdateRepresentativeGovernmentID
- java.lang.Object
-
- io.moov.sdk.models.components.UpdateRepresentativeGovernmentID
-
public class UpdateRepresentativeGovernmentID extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateRepresentativeGovernmentID.Builder
-
Constructor Summary
Constructors Constructor Description UpdateRepresentativeGovernmentID()UpdateRepresentativeGovernmentID(java.util.Optional<? extends UpdateRepresentativeSsn> ssn, java.util.Optional<? extends UpdateRepresentativeItin> itin)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRepresentativeGovernmentID.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.util.Optional<UpdateRepresentativeItin>itin()java.util.Optional<UpdateRepresentativeSsn>ssn()java.lang.StringtoString()UpdateRepresentativeGovernmentIDwithItin(UpdateRepresentativeItin itin)UpdateRepresentativeGovernmentIDwithItin(java.util.Optional<? extends UpdateRepresentativeItin> itin)UpdateRepresentativeGovernmentIDwithSsn(UpdateRepresentativeSsn ssn)UpdateRepresentativeGovernmentIDwithSsn(java.util.Optional<? extends UpdateRepresentativeSsn> ssn)
-
-
-
Constructor Detail
-
UpdateRepresentativeGovernmentID
public UpdateRepresentativeGovernmentID(java.util.Optional<? extends UpdateRepresentativeSsn> ssn, java.util.Optional<? extends UpdateRepresentativeItin> itin)
-
UpdateRepresentativeGovernmentID
public UpdateRepresentativeGovernmentID()
-
-
Method Detail
-
ssn
public java.util.Optional<UpdateRepresentativeSsn> ssn()
-
itin
public java.util.Optional<UpdateRepresentativeItin> itin()
-
builder
public static UpdateRepresentativeGovernmentID.Builder builder()
-
withSsn
public UpdateRepresentativeGovernmentID withSsn(UpdateRepresentativeSsn ssn)
-
withSsn
public UpdateRepresentativeGovernmentID withSsn(java.util.Optional<? extends UpdateRepresentativeSsn> ssn)
-
withItin
public UpdateRepresentativeGovernmentID withItin(UpdateRepresentativeItin itin)
-
withItin
public UpdateRepresentativeGovernmentID withItin(java.util.Optional<? extends UpdateRepresentativeItin> itin)
-
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
-
-