createPlatformAdditionalFeePolicy

@JvmName(name = "createPlatformAdditionalFeePolicySuspend")
suspend fun createPlatformAdditionalFeePolicy(id: String? = null, name: String, fee: PlatformFeeInput, memo: String? = null, vatPayer: PlatformPayer): CreatePlatformAdditionalFeePolicyResponse

추가 수수료 정책 생성

새로운 추가 수수료 정책을 생성합니다.

Parameters

id

생성할 추가 수수료 정책 아이디

명시하지 않으면 id 가 임의로 생성됩니다.

name

이름

fee

수수료 정보

memo

메모

vatPayer

부가세 부담 주체

Throws