<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [Card](./devices.card.md)

## Card interface

A card information.

<b>Signature:</b>

```typescript
export interface Card 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [Attributes](./devices.card.attributes.md) | <code>CardAttributes</code> | Attributes supported by the card. |
|  [Name](./devices.card.name.md) | <code>string</code> | A card name. |
|  [Reader](./devices.card.reader.md) | <code>string</code> | A card reader name. |
|  [Type](./devices.card.type.md) | <code>CardType</code> | A card type. |

