A tier in a loyalty program.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| programID | Long | The ID of the loyalty program that owns this entity. | |
| programName | String | The integration name of the loyalty program that owns this entity. | [optional] |
| programTitle | String | The Campaign Manager-displayed name of the loyalty program that owns this entity. | [optional] |
| name | String | The name of the tier. | |
| minPoints | BigDecimal | The minimum amount of points required to enter the tier. |