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

    Type Alias PlatformMemberCompanyNotConnectableStatusError

    파트너 연동 사업자 연동 상태가 연동 가능한 상태가 아닌 경우

    type PlatformMemberCompanyNotConnectableStatusError = {
        type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTABLE_STATUS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTABLE_STATUS"
    message?: string