Platform Partner
@Serializable
파트너
파트너는 고객사가 정산해주어야 할 대상입니다. 기본 사업자 정보와 정산정보, 그리고 적용될 계약의 정보를 등록 및 관리할 수 있습니다.
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)