> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/data-object-description/default-loyalty-card.md).

# DefaultLoyaltyCard

### Object description

| Field          | Type                                                                                             | Required | Description                                 |
| -------------- | ------------------------------------------------------------------------------------------------ | -------- | ------------------------------------------- |
| type           | [LoyaltyCardType](/general/data-object-description/loyaltycardtype.md)                           | Yes      | Type of the card - DEFAULT                  |
| id             | String                                                                                           | Yes      | Smarts loyalty card unique id               |
| imageId        | String                                                                                           | No       | Smarts loyalty card image unique identifier |
| name           | [Translatable](/general/data-object-description/translatable.md)                                 | Yes      | Loyalty card name                           |
| description    | [Translatable](/general/data-object-description/translatable.md)                                 | No       | Loyalty card description                    |
| validationType | List<[LoyaltyCardValidationType](/general/data-object-description/loyaltycardvalidationtype.md)> | Yes      | Possible loyalty card verification types    |
| colorTheme     | [ColorTheme](/general/data-object-description/colortheme.md)                                     | Yes      | Loyalty card colour theme                   |
| primary        | Boolean                                                                                          | Yes      | Check if is primary loyalty card            |
| colors         | [L](/general/data-object-description/address.md)ist\<String>                                     | Yes      | Loyalty card background colour HEX list     |
