GetGroupsGroupIdAccountsResponse

@Serializable
data class GetGroupsGroupIdAccountsResponse(val loanAccounts: Set<GetGroupsGroupIdAccountsLoanAccounts>? = null, val memberLoanAccounts: Set<GetGroupsGroupIdAccountsMemberLoanAccounts>? = null, val memberSavingsAccounts: Set<GetGroupsGroupIdAccountsMemberSavingsAccounts>? = null, val savingsAccounts: Set<GetGroupsGroupIdAccountsSavingAccounts>? = null)

GetGroupsGroupIdAccountsResponse

Parameters

loanAccounts
memberLoanAccounts
memberSavingsAccounts
savingsAccounts

Constructors

Link copied to clipboard
constructor(loanAccounts: Set<GetGroupsGroupIdAccountsLoanAccounts>? = null, memberLoanAccounts: Set<GetGroupsGroupIdAccountsMemberLoanAccounts>? = null, memberSavingsAccounts: Set<GetGroupsGroupIdAccountsMemberSavingsAccounts>? = null, savingsAccounts: Set<GetGroupsGroupIdAccountsSavingAccounts>? = null)