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

# BankCard

> BankCard is a record of a bank card added by a user.

**Object**

BankCard is a record of a bank card added by a user.

## Fields

<ResponseField name="bankCardId" type="UUID!">
  The ID of the bank card.
</ResponseField>

<ResponseField name="ownerAccountId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="addedUserId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardType" type="BankCardType">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardProcessor" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardholderName" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="lastFourDigits" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="expirationMonth" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="expirationYear" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="cardStatus" type="BankCardStatus">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="billingAddressId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="nickname" type="String">
  *No description provided in the schema yet.*
</ResponseField>
