| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | The internal ID of the tier. | |
| name | String | The name of the tier. | |
| expiryDate | OffsetDateTime | Date when tier level expires in the RFC3339 format (in the Loyalty Program's timezone). | [optional] |
| downgradePolicy | DowngradePolicyEnum | Customers's tier downgrade policy. - `one_down`: Once the tier expires and if the user doesn't have enough points to stay in the tier, the user is downgraded one tier down. - `balance_based`: Once the tier expires, the user's tier is evaluated based on the amount of active points the user has at this instant. | [optional] |
| Name | Value |
|---|---|
| ONE_DOWN | "one_down" |
| BALANCE_BASED | "balance_based" |