UserLoyalty model¶
UserLoyalty
is a model containing informations about loyalty for a given user and consists of the following fields:
- points:
number
- achievedDiscountLevelPoints:
number | null
- currentDiscount:
number | null
- hasNextDiscountLevel:
boolean
- nextDiscountLevelPoints:
number | null