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

# Recipient

<ResponseField name="recipientId" type="string">
  Unique identifier for the recipient.
</ResponseField>

<ResponseField name="packageId" type="string">
  Identifier of the package the recipient belongs to.
</ResponseField>

<ResponseField name="timeCreated" type="string">
  Creation time for the recipient record (ISO 8601).
</ResponseField>

<ResponseField name="timeUpdated" type="string" post={["nullable"]}>
  Last update time for the recipient record (ISO 8601).
</ResponseField>

<ResponseField name="firstName" type="string">
  Recipient first name.
</ResponseField>

<ResponseField name="lastName" type="string">
  Recipient last name.
</ResponseField>

<ResponseField name="email" type="string">
  Recipient email address.
</ResponseField>

<ResponseField name="mobileNumberCountryCode" type="string" post={["nullable"]}>
  Recipient mobile number country code. (optional)
</ResponseField>

<ResponseField name="mobileNumberOriginal" type="string" post={["nullable"]}>
  Original recipient mobile number provided.
</ResponseField>

<ResponseField name="mobileNumber" type="string" post={["nullable"]}>
  Normalized recipient mobile number. (optional)
</ResponseField>

<ResponseField name="locale" type="string" post={["nullable"]}>
  Recipient locale. (optional)
</ResponseField>

<ResponseField name="type" type="string">
  Recipient type.
</ResponseField>

<ResponseField name="state" type="string">
  Current state of the recipient record.
</ResponseField>
