GetSelfClientsClientIdAccountsResponse

@Serializable
data class GetSelfClientsClientIdAccountsResponse(val loanAccounts: Set<GetSelfClientsLoanAccounts>? = null, val savingsAccounts: Set<GetSelfClientsSavingsAccounts>? = null)

GetSelfClientsClientIdAccountsResponse

Parameters

loanAccounts
savingsAccounts

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard