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

    Type Alias PlatformCompanyNotFoundError

    사업자 정보를 찾을 수 없는 경우

    type PlatformCompanyNotFoundError = {
        type: "PLATFORM_COMPANY_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_COMPANY_NOT_FOUND"
    message?: string