# BonusLoyaltyCard

### Object description

| Field                       | Type                                                                                                                     | Required | Description                                          |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------- | ---------------------------------------------------- |
| canUseBonusPointsForPayment | Boolean                                                                                                                  | Yes      | show if bonus points can be used in payment process  |
| type                        | [LoyaltyCardType](https://developer.smarts.ee/general/data-object-description/loyaltycardtype)                           | 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](https://developer.smarts.ee/general/data-object-description/translatable)                                 | Yes      | Loyalty card name                                    |
| description                 | [Translatable](https://developer.smarts.ee/general/data-object-description/translatable)                                 | No       | Loyalty card description                             |
| validationType              | List<[LoyaltyCardValidationType](https://developer.smarts.ee/general/data-object-description/loyaltycardvalidationtype)> | Yes      | Possible validation types for verifying loyalty card |
| colorTheme                  | [ColorTheme](https://developer.smarts.ee/general/data-object-description/colortheme)                                     | Yes      | Loyalty card colour theme                            |
| primary                     | Boolean                                                                                                                  | Yes      | Check if is primary loyalty card                     |
| colors                      | [L](https://developer.smarts.ee/general/data-object-description/address)ist\<String>                                     | Yes      | Loyalty card background colour HEX list              |
