updatePlatformPartner

@JvmName(name = "updatePlatformPartnerSuspend")
suspend fun updatePlatformPartner(id: String, name: String? = null, contact: UpdatePlatformPartnerBodyContact? = null, account: UpdatePlatformPartnerBodyAccount? = null, defaultContractId: String? = null, memo: String? = null, tags: List<String>? = null, type: UpdatePlatformPartnerBodyType? = null, userDefinedProperties: PlatformProperties? = null): UpdatePlatformPartnerResponse

파트너 수정

주어진 아이디에 대응되는 파트너 정보를 업데이트합니다.

Parameters

id

업데이트할 파트너 아이디

name

파트너 법인명 혹은 이름

contact

파트너 담당자 연락 정보

account

정산 계좌

defaultContractId

파트너에 설정된 기본 계약 아이디

memo

파트너에 대한 메모

tags

파트너의 태그 리스트

type

파트너 유형별 정보

userDefinedProperties

사용자 정의 속성

Throws