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

    Type Alias B2bCounterpartyBrnModificationNotAllowedError

    사업자등록번호 수정이 허용되지 않는 경우

    거래처의 사업자등록번호는 수정할 수 없습니다.

    type B2bCounterpartyBrnModificationNotAllowedError = {
        type: "B2B_COUNTERPARTY_BRN_MODIFICATION_NOT_ALLOWED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_BRN_MODIFICATION_NOT_ALLOWED"
    message?: string