updatePlatformAdditionalFeePolicy

@JvmName(name = "updatePlatformAdditionalFeePolicySuspend")
suspend fun updatePlatformAdditionalFeePolicy(id: String, fee: PlatformFeeInput? = null, name: String? = null, memo: String? = null, vatPayer: PlatformPayer? = null): UpdatePlatformAdditionalFeePolicyResponse

추가 수수료 정책 수정

주어진 아이디에 대응되는 추가 수수료 정책을 업데이트합니다.

Parameters

id

업데이트할 추가 수수료 정책 아이디

fee

책정 수수료

name

추가 수수료 정책 이름

memo

해당 추가 수수료 정책에 대한 메모

vatPayer

부가세를 부담할 주체

Throws