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

    Type Alias B2bCounterpartySelfOriginBrnMismatchError

    자사 사업자등록번호와 동일한 거래처를 생성할 수 없는 경우

    type B2bCounterpartySelfOriginBrnMismatchError = {
        type: "B2B_COUNTERPARTY_SELF_ORIGIN_BRN_MISMATCH";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_SELF_ORIGIN_BRN_MISMATCH"
    message?: string