GetClientsClientIdAccountsResponse

@Serializable
data class GetClientsClientIdAccountsResponse(val loanAccounts: Set<GetClientsLoanAccounts>? = null, val savingsAccounts: Set<GetClientsSavingsAccounts>? = null)

GetClientsClientIdAccountsResponse

Parameters

loanAccounts
savingsAccounts

Constructors

Link copied to clipboard
constructor(loanAccounts: Set<GetClientsLoanAccounts>? = null, savingsAccounts: Set<GetClientsSavingsAccounts>? = null)

Properties

Link copied to clipboard
Link copied to clipboard