> 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/bonusloyaltycard.md).

# BonusLoyaltyCard

### Object description

| Field                       | Type                                                                                             | Required | Description                                          |
| --------------------------- | ------------------------------------------------------------------------------------------------ | -------- | ---------------------------------------------------- |
| canUseBonusPointsForPayment | Boolean                                                                                          | Yes      | show if bonus points can be used in payment process  |
| type                        | [LoyaltyCardType](/general/data-object-description/loyaltycardtype.md)                           | Yes      | Type of the card - BONUS                             |
| 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 validation types for verifying loyalty card |
| 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              |
