PeerDetails
Represents the details of a transaction peer.
firstNamestring
Peer first name.
Example:
John
lastNamestring
Peer last name.
Example:
Doe
peerTypestring
Represents the type of a transaction peer.
| Value | Description| |---|---| | REGULAR | Regular peer, valid for most of the transactions. | | GMONEY | GMoney peer, with specific additional details. |
Possible values: [REGULAR
, GMONEY
]
Example:
REGULAR
PeerDetails
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR"
}