The owner object

Legal Entity Additional Owner

{
  "id": "7ae4d3eecc4544419d77fa6f",
  "object": "legalEntityAdditionalOwner",
  "last4PersonalTaxId": "6789",
  "stakePercent": "25",
  "title": "CFO",
  "address": {
    "street1": "123 First St",
    "street2": "#2",
    "city": "Santa Cruz",
    "state": "CA",
    "postalCode": "95060",
    "country": "USA"
  },
  "contact": {
    "firstName": "Martha",
    "lastName": "Flowers",
    "email": "[email protected]",
    "phone": "8312223333",
    "dateOfBirth": "08-30-1984"
  },
  "created": "2018-08-08T06:29:47.000Z",
  "lastUpdated": "2018-08-08T06:29:47.000Z"
}
id string
The unique identifier for the additional owner.
object string, value is "legalEntityAdditionalOwner"
personalTaxId string
The personal tax id of the owner
last4PersonalTaxId string
The last 4 digits of the personal tax id of the owner. This is returned in responses instead of returning the full personal tax id.
stakePercent string
The stake percentage in the company for the additional owner.
title string
The title of the additional owner.
address address object
The address of the additional owner.
contact contact object
The contact of the additional owner.
created datestring
The date the owner was created.
lastUpdated datestring
The date the owner was last updated.