PlatformPartner

@Serializable
data class PlatformPartner(val id: String, val graphqlId: String, val name: String, val contact: PlatformContact, val account: PlatformAccount, val status: PlatformPartnerStatus, val defaultContractId: String, val tags: List<String>, val type: PlatformPartnerType, val isArchived: Boolean, val appliedAt: @Serializable(with = InstantSerializer::class) Instant, val userDefinedProperties: PlatformProperties, val memo: String? = null)

파트너

파트너는 고객사가 정산해주어야 할 대상입니다. 기본 사업자 정보와 정산정보, 그리고 적용될 계약의 정보를 등록 및 관리할 수 있습니다.

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, name: String, contact: PlatformContact, account: PlatformAccount, status: PlatformPartnerStatus, defaultContractId: String, tags: List<String>, type: PlatformPartnerType, isArchived: Boolean, appliedAt: @Serializable(with = InstantSerializer::class) Instant, userDefinedProperties: PlatformProperties, memo: String? = null)

Properties

Link copied to clipboard

정산 계좌

Link copied to clipboard
val appliedAt: @Serializable(with = InstantSerializer::class) Instant

변경 적용 시점

Link copied to clipboard

파트너 담당자 연락 정보

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val id: String

파트너 고유 아이디

Link copied to clipboard

보관 여부

Link copied to clipboard
val memo: String? = null

파트너에 대한 메모

Link copied to clipboard

파트너 법인명 혹은 이름

Link copied to clipboard

파트너의 상태

Link copied to clipboard

파트너의 태그 리스트

Link copied to clipboard

파트너 유형별 정보

Link copied to clipboard

사용자 정의 속성