updatePlatform

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

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

Parameters

roundType

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

settlementFormula

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

settlementRule

정산 규칙

Throws