Skip to main content

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.

ValueDescription
REGULARRegular peer, valid for most of the transactions.
GMONEYGMoney peer, with specific additional details.

Possible values: [REGULAR, GMONEY]

Example: REGULAR
PeerDetails
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR"
}