retrieve Savings
abstract suspend fun retrieveSavings(accountId: Long, chargeStatus: String? = "all"): GetSelfSavingsAccountsResponse
Retrieve a savings account Retrieves a savings account Example Requests : self/savingsaccounts/1 self/savingsaccounts/1?associations=transactions Responses:
200: OK
Return
Parameters
account Id
accountId
charge Status
chargeStatus (optional, default to "all")