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

    Interface PeerDetails

    Represents the details of a peer.

    interface PeerDetails {
        firstName?: string;
        lastName?: string;
    }
    Index

    Properties

    firstName?: string

    Peer first name.

    lastName?: string

    Peer last name.