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

    Interface TransferDetails

    Represents the details of a transfer.

    interface TransferDetails {
        description?: string;
        reason: TransferReason;
    }
    Index

    Properties

    Properties

    description?: string

    Human readable description for the transfer.

    The reason for the transfer.