> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gobl.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Card

Card contains simplified card holder data as a reference for the customer.

## Schema ID

`https://gobl.org/draft-0/pay/card`

## Properties

| Title       | Property | Type   | Description                                                |
| ----------- | -------- | ------ | ---------------------------------------------------------- |
| First 6     | `first6` | string | First 6 digits of the card's Primary Account Number (PAN). |
| Last 4      | `last4`  | string | Last 4 digits of the card's Primary Account Number (PAN).  |
| Holder Name | `holder` | string | Name of the person whom the card belongs to.               |
