License

Copyright Paysafe 2024. All rights reserved.

interface ContactInformation {
    email?: string;
    mobile?: string;
}

Properties

Properties

email?: string
mobile?: string

Generated using TypeDoc