Skip to main content
Object implements StakeholderOutput

Fields

title
name
identificationNumber
Required if roles includes “Owner”, “ControlPerson”, “Guarantor”.
birthDate
telephoneNumber
residentialAddress
id
A unique UUID created by Tesouro and assigned to the stakeholder.
roles
emailAddress
ipAddress
ownershipPercentage
The approximate ownership of the acceptor that this owner holds. Formatted as a decimal, e.g., If the owners holds 30%, input as 0.30
sensitiveFields
Sensitive fields that require special permissions to access.
{
  "title": "abc123",
  "name": PersonNameOutput,
  "identificationNumber": PersonalIdentificationNumberOutput,
  "birthDate": "2007-12-03",
  "telephoneNumber": "xyz789",
  "residentialAddress": AddressOutput,
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "roles": [
    "AUTHORIZED"
  ],
  "emailAddress": "xyz789",
  "ipAddress": "abc123",
  "ownershipPercentage": Percentage,
  "sensitiveFields": StakeholderSensitiveFields
}