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

요청이 거절된 경우

요청된 입력 정보가 유효하지 않은 경우

PlatformAdditionalFeePolicyAlreadyExistsError

플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우