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

    Type Alias B2bCounterpartyNtsConnectionFailedError

    국세청 연동에 실패한 경우

    type B2bCounterpartyNtsConnectionFailedError = {
        type: "B2B_COUNTERPARTY_NTS_CONNECTION_FAILED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_NTS_CONNECTION_FAILED"
    message?: string