UpdateDriveWealthRegistrationStateInput
Parameters for updating a user's DriveWealth registration state.
input UpdateDriveWealthRegistrationStateInput {
assetManagementType: DriveWealthAccountAssetManagementType
eligibleToRegister: Boolean
employmentInfo: InvestmentUserEmploymentInfoInput
investingProfile: InvestmentUserInvestingProfileInput
}
Fields
UpdateDriveWealthRegistrationStateInput.assetManagementType
● DriveWealthAccountAssetManagementType
enum
The method through which this account's funds are managed.
UpdateDriveWealthRegistrationStateInput.eligibleToRegister
● Boolean
scalar
Whether the user is eligible to register a new account.
UpdateDriveWealthRegistrationStateInput.employmentInfo
● InvestmentUserEmploymentInfoInput
input
Information about the user's employment (company, position, sector, etc).
UpdateDriveWealthRegistrationStateInput.investingProfile
● InvestmentUserInvestingProfileInput
input
Information about a user's investing profile (annual income, net worth).
Member of
updateDriveWealthRegistrationState
mutation