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

# VirtualCardAddressInfo

> VirtualCardAddressInfo provides the address information associated with a virtual card.

**Object**

VirtualCardAddressInfo provides the address information associated with a virtual card.

## Fields

<ResponseField name="streetAddress" type="String">
  The street address.
</ResponseField>

<ResponseField name="billingAddrLine2" type="String">
  The second line of the billing address.
</ResponseField>

<ResponseField name="postalCode" type="String">
  The postal code.
</ResponseField>

<ResponseField name="city" type="String">
  The city.
</ResponseField>

<ResponseField name="state" type="String">
  The state.
</ResponseField>
