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

# PurchaseScopeFilter

> PurchaseScopeFilter indicates the type of filter to use for getUserPurchases query - TOKEN_USER: use the userId from the token - TOKEN_ACCOUNT: use the accountId from the token Presence of both filters means both userId and accountId will be used.

**Enum**

PurchaseScopeFilter indicates the type of filter to use for getUserPurchases query

* TOKEN\_USER:    use the userId from the token
* TOKEN\_ACCOUNT: use the accountId from the token
  Presence of both filters means both userId and accountId will be used.

## Values

<ResponseField name="TOKEN_USER" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="TOKEN_ACCOUNT" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>
