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

    Type Alias B2bCounterpartyVerificationBrnMismatchError

    검증 결과의 사업자등록번호가 일치하지 않는 경우

    type B2bCounterpartyVerificationBrnMismatchError = {
        type: "B2B_COUNTERPARTY_VERIFICATION_BRN_MISMATCH";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_VERIFICATION_BRN_MISMATCH"
    message?: string