UpdatePlatformPartnerBody

@Serializable
data class UpdatePlatformPartnerBody(val name: String? = null, val contact: UpdatePlatformPartnerBodyContact? = null, val account: UpdatePlatformPartnerBodyAccount? = null, val defaultContractId: String? = null, val memo: String? = null, val tags: List<String>? = null, val type: UpdatePlatformPartnerBodyType? = null, val userDefinedProperties: PlatformProperties? = null)

파트너 업데이트를 위한 입력 정보

값이 명시되지 않은 필드는 업데이트되지 않습니다.

Constructors

Link copied to clipboard
constructor(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)

Properties

Link copied to clipboard

정산 계좌

Link copied to clipboard

파트너 담당자 연락 정보

Link copied to clipboard

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

Link copied to clipboard
val memo: String? = null

파트너에 대한 메모

Link copied to clipboard
val name: String? = null

파트너 법인명 혹은 이름

Link copied to clipboard
val tags: List<String>? = null

파트너의 태그 리스트

Link copied to clipboard

파트너 유형별 정보

Link copied to clipboard

사용자 정의 속성