@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class IncomeVerificationPrecheckMilitaryInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BRANCH |
static String |
SERIALIZED_NAME_IS_ACTIVE_DUTY |
Constructor and Description |
---|
IncomeVerificationPrecheckMilitaryInfo() |
Modifier and Type | Method and Description |
---|---|
IncomeVerificationPrecheckMilitaryInfo |
branch(String branch) |
boolean |
equals(Object o) |
String |
getBranch()
If the user is currently serving in the US military, the branch of the military in which they are serving Valid values: 'AIR FORCE', 'ARMY', 'COAST GUARD', 'MARINES', 'NAVY', 'UNKNOWN'
|
Boolean |
getIsActiveDuty()
Is the user currently active duty in the US military
|
int |
hashCode() |
IncomeVerificationPrecheckMilitaryInfo |
isActiveDuty(Boolean isActiveDuty) |
void |
setBranch(String branch) |
void |
setIsActiveDuty(Boolean isActiveDuty) |
String |
toString() |
public static final String SERIALIZED_NAME_IS_ACTIVE_DUTY
public static final String SERIALIZED_NAME_BRANCH
public IncomeVerificationPrecheckMilitaryInfo()
public IncomeVerificationPrecheckMilitaryInfo isActiveDuty(Boolean isActiveDuty)
@Nullable public Boolean getIsActiveDuty()
public void setIsActiveDuty(Boolean isActiveDuty)
public IncomeVerificationPrecheckMilitaryInfo branch(String branch)
@Nullable public String getBranch()
public void setBranch(String branch)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.