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

    Interface CustomerTransferRecipient

    Transfer recipient. The API allows recipient identification by both email address and Paysafe customer id.

    interface CustomerTransferRecipient {
        customerId?: string;
        email?: string;
        mobile?: string;
    }
    Index

    Properties

    customerId?: string

    Customer id.

    email?: string

    Customer email address.

    mobile?: string

    Customer mobile number.