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

    Interface RequestTransferDetails

    Represents the details of a transfer request.

    interface RequestTransferDetails {
        description?: string;
        reason: CustomerTransferReason;
    }
    Index

    Properties

    Properties

    description?: string

    Human readable description for the transfer.

    The reason for the transfer.