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

    Interface CustomerTransferSender

    Transfer sender. The API allows sender identification by both account id and Paysafe customer id.

    interface CustomerTransferSender {
        accountId?: string;
        customerId?: string;
    }
    Index

    Properties

    accountId?: string

    Account id.

    customerId?: string

    Customer id.