Skip to main content

UserFinancialProfile

No description

type UserFinancialProfile {
birthday: Date
employmentStatus: EmploymentStatus
grossAnnualIncome: Int
id: ID!
numberOfDependents: Int
relationshipToOwner: RelationshipToOwner
taxFilingStatus: TaxFilingStatus
userId: ID!
}

Fields

UserFinancialProfile.birthday ● Date scalar

UserFinancialProfile.employmentStatus ● EmploymentStatus enum

UserFinancialProfile.grossAnnualIncome ● Int scalar

UserFinancialProfile.id ● ID! non-null scalar

UserFinancialProfile.numberOfDependents ● Int scalar

UserFinancialProfile.relationshipToOwner ● RelationshipToOwner enum

UserFinancialProfile.taxFilingStatus ● TaxFilingStatus enum

UserFinancialProfile.userId ● ID! non-null scalar

Member Of

UpdateUserFinancialProfile object ● User object