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

    Type Alias CreatePlatformPartnerBodyContact

    파트너 담당자 정보

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

    Properties

    name: string

    담당자 이름

    phoneNumber?: string

    담당자 휴대폰 번호

    email: string

    담당자 이메일