FinancialConnectionsAccountList

fun FinancialConnectionsAccountList(    data: List<FinancialConnectionsAccount>,     hasMore: Boolean,     url: String,     count: Int? = null,     totalCount: Int? = null)

Parameters

data

hasMore

True if this list has another page of items after this one that can be fetched.

url

The URL where this list can be accessed.

count
totalCount