PeerDetails
Represents the details of a transaction peer.
firstNamestring
Peer first name.
Example:
JohnlastNamestring
Peer last name.
Example:
DoepeerTypestring
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:
REGULARPeerDetails
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR"
}