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

    Type Alias PlatformAccountVerificationFailedError

    파트너 계좌 인증이 실패한 경우

    type PlatformAccountVerificationFailedError = {
        type: "PLATFORM_ACCOUNT_VERIFICATION_FAILED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ACCOUNT_VERIFICATION_FAILED"
    message?: string