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

# GiftCardStatus

> GiftCardStatus represents the current state of a gift card.

**Enum**

GiftCardStatus represents the current state of a gift card.

## Values

<ResponseField name="ACTIVE" type="enum value">
  The default status when a Gift Card is generated.
</ResponseField>

<ResponseField name="NOT_ACTIVE" type="enum value">
  The Gift Card has been marked as used by the user.
</ResponseField>

<ResponseField name="ARCHIVED" type="enum value">
  The Gift Card is not currently active.
</ResponseField>

<ResponseField name="RESTRICTED" type="enum value">
  The Gift Card has been marked as restricted.
</ResponseField>
