InvestmentUserEmploymentInfo
No description
type InvestmentUserEmploymentInfo {
company: String
employmentStatus: InvestmentUserEmploymentStatus!
position: InvestmentUserEmploymentPosition @deprecated
type: InvestmentUserEmploymentType
}
Fields
InvestmentUserEmploymentInfo.company ● String scalar
The name of the company for which the user works. If unemployed, will be null.
InvestmentUserEmploymentInfo.employmentStatus ● InvestmentUserEmploymentStatus! non-null enum
User's employment status.
InvestmentUserEmploymentInfo.position ● InvestmentUserEmploymentPosition deprecated enum
DEPRECATED: No longer required by partner.The employment position a user holds. If unemployed, will be null.
InvestmentUserEmploymentInfo.type ● InvestmentUserEmploymentType enum
The type of work the user is employed doing. This is a broad category and can be considered an employment 'sector'. If unemployed, will be null.
Member of
InvestmentsRegistrationState object