FinancialConnectionsSheetResult
The result of an attempt to complete a connections session
Types
Link copied to clipboard
The customer canceled the connections session attempt.
Link copied to clipboard
data class Completed(val financialConnectionsSession: FinancialConnectionsSession) : FinancialConnectionsSheetResult
Content copied to clipboard
The customer completed the connections session.
Link copied to clipboard
data class Failed(val error: Throwable) : FinancialConnectionsSheetResult
Content copied to clipboard
The connections session attempt failed.