Internal library object, used for transfer status updates to PROCESSING status.

interface TransferConfirm {
    id: string;
    scaDetails?: ScaAuthenticationEventRequest;
}

Properties

Properties

id: string

The transfer id.

SCA authentication details.