updatePlatform

@JvmName(name = "updatePlatformSuspend")
suspend fun updatePlatform(roundType: PlatformRoundType? = null, settlementFormula: UpdatePlatformBodySettlementFormula? = null, settlementRule: UpdatePlatformBodySettlementRule? = null): UpdatePlatformResponse

고객사의 플랫폼 관련 정보를 업데이트합니다. 요청된 Authorization header 를 통해 자동으로 요청자의 고객사를 특정합니다.

Parameters

roundType

파트너 정산금액의 소수점 처리 방식

settlementFormula

수수료 및 할인 분담 정책 관련 계산식

settlementRule

정산 규칙

Throws

요청이 거절된 경우

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

PlatformInvalidSettlementFormulaError

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

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

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