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

    Type Alias B2bTaxInvoiceAttachmentNotFoundError

    세금계산서의 첨부파일을 찾을 수 없는 경우

    type B2bTaxInvoiceAttachmentNotFoundError = {
        type: "B2B_TAX_INVOICE_ATTACHMENT_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_TAX_INVOICE_ATTACHMENT_NOT_FOUND"
    message?: string