LoyaltyPointReportResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the report entry. | [default to null] |
| loyalty_point_id | Long | Reference to the loyalty point record. | [default to null] |
| points | Double | Number of points involved in this transaction. | [default to null] |
| amount | Double | Monetary amount associated with this transaction. | [default to null] |
| is_credit | Boolean | Whether this transaction is a credit (true) or debit (false). | [default to null] |
| updated_at | Date | Timestamp when the report was last updated. | [default to null] |