createPlatformAdditionalFeePolicy

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

추가 수수료 정책 생성

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

Parameters

test

테스트 모드 여부

테스트 모드 여부를 결정합니다. true 이면 테스트 모드로 실행됩니다. Request Body에도 isForTest가 있을 수 있으나, 둘 다 제공되면 Query Parameter의 test 값을 사용하고, Request Body의 isForTest는 무시됩니다. Query Parameter의 test와 Request Body의 isForTest에 모두 값이 제공되지 않으면 기본값인 false로 적용됩니다.

id

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

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

name

이름

fee

수수료 정보

memo

메모

vatPayer

부가세 부담 주체

Throws