toggle menu
core
androidJvm
switch theme
search in API
core
/
com.paysafe.wallet.android.core.transactionhistory.model
/
PeerDetails
Peer
Details
data
class
PeerDetails
(
val
firstName
:
String
?
,
val
lastName
:
String
?
)
Data class containing peer metadata.
Members
Constructors
Peer
Details
Link copied to clipboard
constructor
(
firstName
:
String
?
,
lastName
:
String
?
)
Properties
first
Name
Link copied to clipboard
val
firstName
:
String
?
The first name of the peer.
last
Name
Link copied to clipboard
val
lastName
:
String
?
The last name of the peer.