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

    Type Alias PlatformAccountVerificationNotFoundError

    파트너 계좌 검증 아이디를 찾을 수 없는 경우

    type PlatformAccountVerificationNotFoundError = {
        type: "PLATFORM_ACCOUNT_VERIFICATION_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ACCOUNT_VERIFICATION_NOT_FOUND"
    message?: string