@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface WithdrawalConfirm

    Represents a withdrawal confirmation request.

    interface WithdrawalConfirm {
        id: string;
        scaDetails?: ScaAuthenticationEventRequest;
    }
    Index

    Properties

    Properties

    id: string

    Withdrawal ID.

    SCA details.