Package unit.java.sdk.model
Class UpdateBusinessApplicationBeneficialOwnerAttributes
- java.lang.Object
-
- unit.java.sdk.model.UpdateBusinessApplicationBeneficialOwnerAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UpdateBusinessApplicationBeneficialOwnerAttributes extends java.lang.ObjectUpdateBusinessApplicationBeneficialOwnerAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ANNUAL_INCOMEstatic java.lang.StringJSON_PROPERTY_OCCUPATIONstatic java.lang.StringJSON_PROPERTY_RELATIONSHIPSstatic java.lang.StringJSON_PROPERTY_SOURCE_OF_INCOME
-
Constructor Summary
Constructors Constructor Description UpdateBusinessApplicationBeneficialOwnerAttributes()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_OCCUPATION
public static final java.lang.String JSON_PROPERTY_OCCUPATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ANNUAL_INCOME
public static final java.lang.String JSON_PROPERTY_ANNUAL_INCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_OF_INCOME
public static final java.lang.String JSON_PROPERTY_SOURCE_OF_INCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RELATIONSHIPS
public static final java.lang.String JSON_PROPERTY_RELATIONSHIPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
occupation
public UpdateBusinessApplicationBeneficialOwnerAttributes occupation(Occupation occupation)
-
getOccupation
@Nullable public Occupation getOccupation()
Get occupation- Returns:
- occupation
-
setOccupation
public void setOccupation(Occupation occupation)
-
annualIncome
public UpdateBusinessApplicationBeneficialOwnerAttributes annualIncome(AnnualIncome annualIncome)
-
getAnnualIncome
@Nullable public AnnualIncome getAnnualIncome()
Get annualIncome- Returns:
- annualIncome
-
setAnnualIncome
public void setAnnualIncome(AnnualIncome annualIncome)
-
sourceOfIncome
public UpdateBusinessApplicationBeneficialOwnerAttributes sourceOfIncome(SourceOfIncome sourceOfIncome)
-
getSourceOfIncome
@Nullable public SourceOfIncome getSourceOfIncome()
Get sourceOfIncome- Returns:
- sourceOfIncome
-
setSourceOfIncome
public void setSourceOfIncome(SourceOfIncome sourceOfIncome)
-
relationships
public UpdateBusinessApplicationBeneficialOwnerAttributes relationships(ApplicationRelationship relationships)
-
getRelationships
@Nullable public ApplicationRelationship getRelationships()
Get relationships- Returns:
- relationships
-
setRelationships
public void setRelationships(ApplicationRelationship relationships)
-
equals
public boolean equals(java.lang.Object o)
Return true if this UpdateBusinessApplicationBeneficialOwner_attributes object is equal to 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
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-