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

    Type Alias B2bRecipientNotFoundError

    공급받는자가 존재하지 않은 경우

    type B2bRecipientNotFoundError = {
        type: "B2B_RECIPIENT_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_RECIPIENT_NOT_FOUND"
    message?: string