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

    Type Alias PlatformOngoingTaxInvoiceExistsError

    진행 중인 세금계산서가 존재하는 경우

    type PlatformOngoingTaxInvoiceExistsError = {
        type: "PLATFORM_ONGOING_TAX_INVOICE_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ONGOING_TAX_INVOICE_EXISTS"
    message?: string