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

    Type Alias B2bCounterpartyPartnerNotDeletableError

    파트너 연동 거래처는 삭제할 수 없는 경우

    파트너와 연동된 거래처는 직접 삭제할 수 없습니다.

    type B2bCounterpartyPartnerNotDeletableError = {
        type: "B2B_COUNTERPARTY_PARTNER_NOT_DELETABLE";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_PARTNER_NOT_DELETABLE"
    message?: string