@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias RejectEscrowTransferWorkflowArgs

    type RejectEscrowTransferWorkflowArgs = {
        actorRole: "RECIPIENT" | "AUTHORITY";
        externalId: string;
    }
    Index
    actorRole: "RECIPIENT" | "AUTHORITY"

    Whether the recipient rejected or the authority canceled administratively.

    externalId: string