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

# GetWalletResponse

> GetWalletResponse represents the response to the get wallet request.

**Object**

GetWalletResponse represents the response to the get wallet request.

## Fields

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

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

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

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

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

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