SsoLinkedStatus
Enum capturing the state of an investment account and HSA that are potentially linked via SSO.
enum SsoLinkedStatus {
LINKED
NOT_LINKED
PENDING
}
Values
SsoLinkedStatus.LINKED
User has used SSO to access their investment account, and First Dollar has received information back from Investments Gateway enabling us to link the investment and HSA accounts.
SsoLinkedStatus.NOT_LINKED
User has not used SSO to access their investment account, and the account is therefore not linked to their HSA.
SsoLinkedStatus.PENDING
User has used SSO to access their investment account, and First Dollar has not received information back from Investments Gateway.
Member of
InvestmentAccount
object