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

    Type Alias B2bDocumentKeyCannotBeChangedError

    문서번호 수정이 요청된 경우

    type B2bDocumentKeyCannotBeChangedError = {
        type: "B2B_DOCUMENT_KEY_CANNOT_BE_CHANGED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_DOCUMENT_KEY_CANNOT_BE_CHANGED"
    message?: string