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

    Type Alias B2bTaxInvoiceNotFoundError

    세금계산서가 존재하지 않은 경우

    type B2bTaxInvoiceNotFoundError = {
        type: "B2B_TAX_INVOICE_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_TAX_INVOICE_NOT_FOUND"
    message?: string