Class UsKycCheckData.FinancialProfile
-
- All Implemented Interfaces:
public final class UsKycCheckData.FinancialProfileFinancial profile information for the individual <br/><br/> Examples of liquid net worth ranges: <br/> -
$0 - $
20,000 <br/> -$20,000 - $
50,000 <br/> -$50,000 - $
100,000 <br/> -$100,000 - $
500,000 <br/> -$500,000 - $
1,000,000
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.FinancialProfile.BuilderA builder for FinancialProfile.
public final classUsKycCheckData.FinancialProfile.FundingSource
-
Method Summary
Modifier and Type Method Description final List<UsKycCheckData.FinancialProfile.FundingSource>fundingSources()One or more of the following: employment_income, investments, inheritance, business_income, savings, family. final LongliquidNetWorthMax()The upper bound of the user's liquid net worth (USD). final LongliquidNetWorthMin()The lower bound of the user's liquid net worth (USD). final JsonField<List<UsKycCheckData.FinancialProfile.FundingSource>>_fundingSources()Returns the raw JSON value of fundingSources. final JsonField<Long>_liquidNetWorthMax()Returns the raw JSON value of liquidNetWorthMax. final JsonField<Long>_liquidNetWorthMin()Returns the raw JSON value of liquidNetWorthMin. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.FinancialProfile.BuildertoBuilder()final UsKycCheckData.FinancialProfilevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.FinancialProfile.Builderbuilder()Returns a mutable builder for constructing an instance of FinancialProfile. -
-
Method Detail
-
fundingSources
final List<UsKycCheckData.FinancialProfile.FundingSource> fundingSources()
One or more of the following: employment_income, investments, inheritance, business_income, savings, family.
-
liquidNetWorthMax
final Long liquidNetWorthMax()
The upper bound of the user's liquid net worth (USD).
-
liquidNetWorthMin
final Long liquidNetWorthMin()
The lower bound of the user's liquid net worth (USD). Can be 0 if max is <=$20,000, but otherwise must be within an order of magnitude of the max value.
-
_fundingSources
final JsonField<List<UsKycCheckData.FinancialProfile.FundingSource>> _fundingSources()
Returns the raw JSON value of fundingSources.
Unlike fundingSources, this method doesn't throw if the JSON field has an unexpected type.
-
_liquidNetWorthMax
final JsonField<Long> _liquidNetWorthMax()
Returns the raw JSON value of liquidNetWorthMax.
Unlike liquidNetWorthMax, this method doesn't throw if the JSON field has an unexpected type.
-
_liquidNetWorthMin
final JsonField<Long> _liquidNetWorthMin()
Returns the raw JSON value of liquidNetWorthMin.
Unlike liquidNetWorthMin, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.FinancialProfile.Builder toBuilder()
-
validate
final UsKycCheckData.FinancialProfile validate()
-
builder
final static UsKycCheckData.FinancialProfile.Builder builder()
Returns a mutable builder for constructing an instance of FinancialProfile.
The following fields are required:
.fundingSources() .liquidNetWorthMax() .liquidNetWorthMin()
-
-
-
-