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

    Type Alias PlatformContact

    플랫폼 파트너 담당자 연락 정보

    파트너 담당자에게 연락하기 위한 정보들 입니다.

    type PlatformContact = {
        name: string;
        phoneNumber?: string;
        email: string;
    }
    Index

    Properties

    name: string

    담당자 이름

    phoneNumber?: string

    담당자 휴대폰 번호

    email: string

    담당자 이메일