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

    Type Alias B2bNtsConnectionStatus

    B2bNtsConnectionStatus:
        | "NOT_CONNECTED"
        | "PENDING_CONNECT"
        | "CONNECTED"
        | "PENDING_DISCONNECT"
        | "ERROR"
        | string & {}

    국세청 연동 상태

    Type Declaration

    • "NOT_CONNECTED"

      연동 안 됨

    • "PENDING_CONNECT"

      연동 대기

    • "CONNECTED"

      연동 됨

    • "PENDING_DISCONNECT"

      연동 해제 대기

    • "ERROR"

      연동 오류

    • string & {}