modifySavingsAccountApplication

abstract suspend fun modifySavingsAccountApplication(accountId: Long, command: String? = null, body: String? = null): String

Responses:

  • 0: default response

Return

kotlin.String

Parameters

accountId
command

(optional)

body

(optional)