> ## 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.

# ShareRequestDetails

> ShareRequestDetails represents the configuration settings of the share request.

**Object**

ShareRequestDetails represents the configuration settings of the share request.

## Fields

<ResponseField name="objectType" type="ShareObjectType!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardType" type="ShareCardType!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardLimit" type="Int!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="offerId" type="String!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="daysUntilExpiration" type="Int">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="quantity" type="Int!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="shareMethod" type="ShareMethodType!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="recipientListPhone" type="[String]">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="recipientListEmail" type="[String]">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="userCashBalanceId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="bankAccountId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="bankCardId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="usePrepaymentBalance" type="Boolean">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="useRewardsBalance" type="Boolean">
  *No description provided in the schema yet.*
</ResponseField>
