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

    Type Alias B2bModificationNotProvidedError

    세금계산서 수정 입력 정보를 찾을 수 없는 경우

    type B2bModificationNotProvidedError = {
        type: "B2B_MODIFICATION_NOT_PROVIDED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_MODIFICATION_NOT_PROVIDED"
    message?: string