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

# VirtualCardType

> VirtualCardType indicates whether the card is multi-use or single-use, defining its usability.

**Enum**

VirtualCardType indicates whether the card is multi-use or single-use, defining its usability.

## Values

<ResponseField name="MULTI_USE" type="enum value">
  MULTI\_USE is a Virtual Card that can be stored and reused.
</ResponseField>

<ResponseField name="SINGLE_USE" type="enum value">
  SINGLE\_USE is a Virtual Card that can be used once.
</ResponseField>

<ResponseField name="SINGLE_LOAD" type="enum value">
  SINGLE\_LOAD is a Virtual Card that can be loaded once, and reused until the card limit is reached.
</ResponseField>
