| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | \DateTime | The time this entity was created. | |
| profileId | string | ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. | |
| accountId | int | The ID of the Talon.One account that owns this profile. | |
| loyaltyProgramId | int | ID of the ledger. | |
| eventId | int | ID of the related event. | |
| amount | int | Amount of loyalty points. | |
| reason | string | reason for awarding/deducting points. | |
| expiryDate | \DateTime | Expiration date of the points. | |
| referenceId | int | The ID of the balancing ledgerEntry. | [optional] |