update Platform Additional Fee Policy
suspend fun updatePlatformAdditionalFeePolicy(id: String, fee: PlatformFeeInput? = null, name: String? = null, memo: String? = null, vatPayer: PlatformPayer? = null): UpdatePlatformAdditionalFeePolicyResponse
추가 수수료 정책 수정
주어진 아이디에 대응되는 추가 수수료 정책을 업데이트합니다.
Parameters
id
업데이트할 추가 수수료 정책 아이디
fee
책정 수수료
name
추가 수수료 정책 이름
memo
해당 추가 수수료 정책에 대한 메모
vat Payer
부가세를 부담할 주체
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
PlatformAdditionalFeePolicyNotFoundError
보관된 추가 수수료 정책을 업데이트하려고 하는 경우
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우