SessionSettingsPayload
No description
type SessionSettingsPayload {
allowedInvestmentGateways: [InvestmentsGateway!]!
displayBrandedCardBanner: Boolean!
showHelpChat: Boolean!
showRemoteDepositCapture: Boolean!
showTrusteeToTrusteeOptionInRemoteDepositCapture: Boolean!
}
Fields
SessionSettingsPayload.allowedInvestmentGateways
● [InvestmentsGateway!]!
non-null enum
Investment gateways through which the user has an account or can register one.
SessionSettingsPayload.displayBrandedCardBanner
● Boolean!
non-null scalar
Whether or not the front end should show a banner about First Dollar branded cards
SessionSettingsPayload.showHelpChat
● Boolean!
non-null scalar
Whether or not the front end should show the help chat window, i.e. Intercom.
SessionSettingsPayload.showRemoteDepositCapture
● Boolean!
non-null scalar
If true, show the option for Remote Deposit Capture.
SessionSettingsPayload.showTrusteeToTrusteeOptionInRemoteDepositCapture
● Boolean!
non-null scalar
If true, show the option T2T transfers in Remote Deposit Capture.
Returned by
sessionSettings
query