updatePlatformSetting

@JvmName(name = "updatePlatformSettingSuspend")
suspend fun updatePlatformSetting(defaultWithdrawalMemo: String? = null, defaultDepositMemo: String? = null): UpdatePlatformSettingResponse

플랫폼 설정 업데이트

설정 정보를 업데이트합니다.

Parameters

defaultWithdrawalMemo

기본 보내는 이 통장 메모

defaultDepositMemo

기본 받는 이 통장 메모

Throws