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

    Type Alias PlatformCounterpartyOngoingTaxInvoiceExistsError

    연동된 거래처에 진행 중인 세금계산서가 있는 경우

    type PlatformCounterpartyOngoingTaxInvoiceExistsError = {
        type: "PLATFORM_COUNTERPARTY_ONGOING_TAX_INVOICE_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_COUNTERPARTY_ONGOING_TAX_INVOICE_EXISTS"
    message?: string