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

    Type Alias B2bCounterpartyNotFoundError

    거래처가 존재하지 않는 경우

    type B2bCounterpartyNotFoundError = {
        type: "B2B_COUNTERPARTY_NOT_FOUND";
        message?: string;
        counterpartyId?: string;
    }
    Index

    Properties

    type: "B2B_COUNTERPARTY_NOT_FOUND"
    message?: string
    counterpartyId?: string