Class UsKycCheckData.Employment
-
- All Implemented Interfaces:
public final class UsKycCheckData.EmploymentEmployment information for the individual
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.Employment.BuilderA builder for Employment.
public final classUsKycCheckData.Employment.EmploymentStatusOne of the following: employed, unemployed, retired, or student.
-
Method Summary
Modifier and Type Method Description final UsKycCheckData.Employment.EmploymentStatusemploymentStatus()One of the following: employed, unemployed, retired, or student. final Optional<String>employerAddress()The employer's address if the user is employed. final Optional<String>employerName()The name of the employer if the user is employed. final Optional<String>employmentPosition()The user's position if they are employed. final JsonField<UsKycCheckData.Employment.EmploymentStatus>_employmentStatus()Returns the raw JSON value of employmentStatus. final JsonField<String>_employerAddress()Returns the raw JSON value of employerAddress. final JsonField<String>_employerName()Returns the raw JSON value of employerName. final JsonField<String>_employmentPosition()Returns the raw JSON value of employmentPosition. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.Employment.BuildertoBuilder()final UsKycCheckData.Employmentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.Employment.Builderbuilder()Returns a mutable builder for constructing an instance of Employment. -
-
Method Detail
-
employmentStatus
final UsKycCheckData.Employment.EmploymentStatus employmentStatus()
One of the following: employed, unemployed, retired, or student.
-
employerAddress
final Optional<String> employerAddress()
The employer's address if the user is employed.
-
employerName
final Optional<String> employerName()
The name of the employer if the user is employed.
-
employmentPosition
final Optional<String> employmentPosition()
The user's position if they are employed.
-
_employmentStatus
final JsonField<UsKycCheckData.Employment.EmploymentStatus> _employmentStatus()
Returns the raw JSON value of employmentStatus.
Unlike employmentStatus, this method doesn't throw if the JSON field has an unexpected type.
-
_employerAddress
final JsonField<String> _employerAddress()
Returns the raw JSON value of employerAddress.
Unlike employerAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_employerName
final JsonField<String> _employerName()
Returns the raw JSON value of employerName.
Unlike employerName, this method doesn't throw if the JSON field has an unexpected type.
-
_employmentPosition
final JsonField<String> _employmentPosition()
Returns the raw JSON value of employmentPosition.
Unlike employmentPosition, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.Employment.Builder toBuilder()
-
validate
final UsKycCheckData.Employment validate()
-
builder
final static UsKycCheckData.Employment.Builder builder()
Returns a mutable builder for constructing an instance of Employment.
The following fields are required:
.employmentStatus()
-
-
-
-