Defines the loyalty point expiration rule. This expiration rule applies only to this earning rule and supersedes expiration_rules defined in the voucher.loyalty_card object.
| Name | Type | Description | Notes |
|---|---|---|---|
| PeriodType | string | Type of period. Can be set for `MONTH` or `FIXED_DAY_OF_YEAR`. `MONTH` requires the `period_value` field. `FIXED_DAY_OF_YEAR` requires the `fixed_month` and `fixed_day` fields. | [optional] |
| PeriodValue | int? | Value of the period. Required for the `period_type: MONTH`. | [optional] |
| RoundingType | string | Type of rounding of the expiration period. Optional for the `period_type: MONTH`. | [optional] |
| RoundingValue | int? | Value of rounding of the expiration period. Required for the `rounding_type`. | [optional] |
| FixedMonth | int? | Determines the month when the points expire; `1` is January, `2` is February, and so on. Required for the `period_type: FIXED_DAY_OF_YEAR`. | [optional] |
| FixedDay | int? | Determines the day of the month when the points expire. Required for the `period_type: FIXED_DAY_OF_YEAR`. | [optional] |