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

    Type Alias PlatformArchivedPartnerNtsNotAllowedError

    보관된 파트너는 국세청 연동/연동해제를 할 수 없는 경우

    type PlatformArchivedPartnerNtsNotAllowedError = {
        type: "PLATFORM_ARCHIVED_PARTNER_NTS_NOT_ALLOWED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ARCHIVED_PARTNER_NTS_NOT_ALLOWED"
    message?: string