LoyaltyPointResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the loyalty point record. | [default to null] |
| user_id | Long | User ID associated with these loyalty points. | [default to null] |
| points | Double | Total number of loyalty points. | [default to null] |
| config | LoyaltyPointConfigResponse | Optional configuration for loyalty point conversion and redemption. | [optional] [default to null] |