Regular Peer Details
Represents the details of a regular 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
Regular Peer Details
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR"
}