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

    Type Alias PlatformArchivedPartnerError

    보관된 파트너를 업데이트하려고 하는 경우

    type PlatformArchivedPartnerError = {
        type: "PLATFORM_ARCHIVED_PARTNER";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ARCHIVED_PARTNER"
    message?: string