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

    Type Alias PlatformCompanyVerificationAlreadyUsedError

    파트너 사업자 검증 아이디를 이미 사용한 경우

    type PlatformCompanyVerificationAlreadyUsedError = {
        type: "PLATFORM_COMPANY_VERIFICATION_ALREADY_USED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_COMPANY_VERIFICATION_ALREADY_USED"
    message?: string