GetAccountsLinkedToPocketResponse

@Serializable
data class GetAccountsLinkedToPocketResponse(val loanAccounts: Set<GetPocketLoanAccounts>? = null, val savingAccounts: Set<GetPocketSavingAccounts>? = null, val shareAccounts: Set<Any>? = null)

GetAccountsLinkedToPocketResponse

Parameters

loanAccounts
savingAccounts
shareAccounts

Constructors

Link copied to clipboard
constructor(loanAccounts: Set<GetPocketLoanAccounts>? = null, savingAccounts: Set<GetPocketSavingAccounts>? = null, shareAccounts: Set<Any>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shareAccounts: Set<Any>? = null