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

    Type Alias UpdatePlatformPartnerBodyContact

    파트너 담당자 업데이트를 위한 정보

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

    Properties

    name?: string

    담당자 이름

    phoneNumber?: string

    담당자 휴대폰 번호

    email?: string

    담당자 이메일