InitiateInvestmentsSsoLinkagePayload
Wrapper type returning updated investment account information after initiating SSO linkage.
type InitiateInvestmentsSsoLinkagePayload {
investmentAccount: InvestmentAccount!
}
Fields
InitiateInvestmentsSsoLinkagePayload.investmentAccount
● InvestmentAccount!
non-null object
The updated investment account, with a possibly changed 'ssoLinkedStatus'.
Returned by
initiateInvestmentsSsoLinkage
mutation