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

    Type Alias B2bTaxInvoiceNoSupplierDocumentKeyError

    세금계산서에 공급자 문서 번호가 기입되지 않은 경우

    type B2bTaxInvoiceNoSupplierDocumentKeyError = {
        type: "B2B_TAX_INVOICE_NO_SUPPLIER_DOCUMENT_KEY";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_TAX_INVOICE_NO_SUPPLIER_DOCUMENT_KEY"
    message?: string