License

Copyright Paysafe 2024. All rights reserved.

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

Properties

Properties

customerId?: string
email?: string

Generated using TypeDoc