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

    Type Alias PlatformCounterpartyNotConnectedError

    파트너가 거래처로 연동 되어있지 않은 경우

    type PlatformCounterpartyNotConnectedError = {
        type: "PLATFORM_COUNTERPARTY_NOT_CONNECTED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_COUNTERPARTY_NOT_CONNECTED"
    message?: string