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

# ShareLinkRecipientRegistrationInput

> Input type for generateVCShareLinks.

**Input object**

Input type for generateVCShareLinks.

## Input fields

<ParamField body="firstName" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="lastName" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="phoneNumber" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="regionCode" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="emailAddress" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="dateOfBirth" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="billingAddress" type="VirtualCardBillingAddressInput!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="acceptCardholderAgreement" type="Boolean!" required>
  *No description provided in the schema yet.*
</ParamField>
