@portone/server-sdk
    Preparing search index...

    Type Alias PlatformPartner

    파트너

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

    type PlatformPartner = {
        id: string;
        graphqlId: string;
        name: string;
        contact: PlatformContact;
        account: PlatformAccount;
        status: PlatformPartnerStatus;
        defaultContractId: string;
        memo?: string;
        tags: string[];
        type: PlatformPartnerType;
        isArchived: boolean;
        appliedAt: string;
        userDefinedProperties: PlatformProperties;
    }
    Index

    Properties

    id: string

    파트너 고유 아이디

    graphqlId: string
    name: string

    파트너 법인명 혹은 이름

    파트너 담당자 연락 정보

    정산 계좌

    파트너의 상태

    defaultContractId: string

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

    memo?: string

    파트너에 대한 메모

    tags: string[]

    파트너의 태그 리스트

    파트너 유형별 정보

    isArchived: boolean

    보관 여부

    appliedAt: string

    변경 적용 시점 (RFC 3339 date-time)

    userDefinedProperties: PlatformProperties

    사용자 정의 속성