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

    Type Alias B2bOriginalTaxInvoiceNotFoundError

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

    type B2bOriginalTaxInvoiceNotFoundError = {
        type: "B2B_ORIGINAL_TAX_INVOICE_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_ORIGINAL_TAX_INVOICE_NOT_FOUND"
    message?: string