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

# VirtualCardDetails

> The VirtualCardDetails type represents the details of a virtual card.

**Object**

The VirtualCardDetails type represents the details of a virtual card.

## Fields

<ResponseField name="virtualCardId" type="UUID">
  The card ID.
</ResponseField>

<ResponseField name="cardNumber" type="String">
  The card number.
</ResponseField>

<ResponseField name="expiryMMYY" type="String">
  The expiry date in MMYY format.
</ResponseField>

<ResponseField name="cvv" type="String">
  The CVV code.
</ResponseField>

<ResponseField name="cardHolderName" type="String">
  The card holder's name.
</ResponseField>

<ResponseField name="billingAddress" type="VirtualCardAddressInfo">
  The billing address.
</ResponseField>

<ResponseField name="authorizationSetting" type="VirtualCardAuthorizationSetting">
  The authorization setting.
</ResponseField>
