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

    Type Alias PlatformMemberCompanyNotConnectedError

    파트너가 연동 사업자로 연동 되어있지 않은 경우

    type PlatformMemberCompanyNotConnectedError = {
        type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTED"
    message?: string