> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Person

Person details.

## Properties

### birthCountry?

> `optional` **birthCountry**: `string`

Person country of birth.

***

### birthdate?

> `optional` **birthdate**: `Date`

Person birth date.

***

### birthFirstName?

> `optional` **birthFirstName**: `string`

Person first name at birth.

***

### birthLastName?

> `optional` **birthLastName**: `string`

Person last name at birth.

***

### birthMiddleName?

> `optional` **birthMiddleName**: `string`

Person middle name at birth.

***

### birthPlace?

> `optional` **birthPlace**: `string`

Person place of birth.

***

### birthState?

> `optional` **birthState**: `string`

Person state of birth.

***

### cell?

> `optional` **cell**: [`Phone`](./Phone)

Person cell phone number.

***

### citizenshipDetails?

> `optional` **citizenshipDetails**: [`CitizenshipDetails`](./CitizenshipDetails)

Person citizenship details.

***

### deathDetails?

> `optional` **deathDetails**: [`DeathDetails`](./DeathDetails)

Person death details.

***

### email?

> `optional` **email**: `string`

Person email address.

***

### fax?

> `optional` **fax**: [`Phone`](./Phone)

Person cell phone number.

***

### firstName?

> `optional` **firstName**: `string`

Person first name.

***

### gender?

> `optional` **gender**: `string`

Person gender. Possible values - Male, Female, Other as well as any free text.

***

### identificationDetails?

> `optional` **identificationDetails**: [`IdentificationDetails`](./IdentificationDetails)

Person identification details.

***

### identificationNumber?

> `optional` **identificationNumber**: `string`

Person identification number.

***

### identificationNumberType?

> `optional` **identificationNumberType**: `string`

Person identification number type.

***

### languageOfInterpreter?

> `optional` **languageOfInterpreter**: `string`

Person language of interpreter.
Obsolete. Use citizenshipDetails.languageOfInterpreter

***

### lastName?

> `optional` **lastName**: `string`

Person last name.

***

### middleName?

> `optional` **middleName**: `string`

Person middle name.

***

### notes?

> `optional` **notes**: `string`

Person notes.

***

### passportDetails?

> `optional` **passportDetails**: [`PassportDetails`](./PassportDetails)

Person passport details.

***

### phone?

> `optional` **phone**: [`Phone`](./Phone)

Person primary phone number.

***

### previousNames?

> `optional` **previousNames**: `string`

Person previous names.

***

### residentialAddress?

> `optional` **residentialAddress**: [`Address`](./Address)

Person residential address.

***

### title?

> `optional` **title**: `string`

Person title.

***

### utbmsDetails?

> `optional` **utbmsDetails**: [`UtbmsDetails`](./UtbmsDetails)

UTBMS details.

Only supported in US.
