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

# VirtualCardAuthorizationSetting

> VirtualCardAuthorizationSetting defines the authorization settings for a virtual card.

**Object**

VirtualCardAuthorizationSetting defines the authorization settings for a virtual card.

## Fields

<ResponseField name="virtualCardAsaSettingsId" type="UUID!">
  The unique identifier for the authorization setting of the virtual card.
</ResponseField>

<ResponseField name="virtualCardId" type="UUID!">
  The unique identifier for the virtual card.
</ResponseField>

<ResponseField name="lockDate" type="String">
  The date when the card was locked.
</ResponseField>

<ResponseField name="dailySpendLimit" type="String">
  The daily spending limit for the card.
</ResponseField>

<ResponseField name="weeklySpendLimit" type="String">
  The weekly spending limit for the card.
</ResponseField>

<ResponseField name="monthlySpendLimit" type="String">
  The monthly spending limit for the card.
</ResponseField>

<ResponseField name="annualSpendLimit" type="String">
  The annual spending limit for the card.
</ResponseField>

<ResponseField name="lifetimeSpendLimit" type="String">
  The lifetime spending limit for the card.
</ResponseField>

<ResponseField name="dailySpent" type="String">
  The amount spent daily on the card.
</ResponseField>

<ResponseField name="weeklySpent" type="String">
  The amount spent weekly on the card.
</ResponseField>

<ResponseField name="monthlySpent" type="String">
  The amount spent monthly on the card.
</ResponseField>

<ResponseField name="annualSpent" type="String">
  The amount spent annually on the card.
</ResponseField>

<ResponseField name="lifetimeSpent" type="String">
  The amount spent over the lifetime of the card.
</ResponseField>

<ResponseField name="tokenized" type="Boolean">
  Whether the card is tokenized or not.
</ResponseField>

<ResponseField name="lockedByUser" type="Boolean">
  Whether the card is locked by the user or not.
</ResponseField>

<ResponseField name="lockCardNextUse" type="Boolean">
  Whether the card should be locked after the next use.
</ResponseField>

<ResponseField name="cardNickname" type="String">
  The nickname of the card.
</ResponseField>
