Entry in the point ledger.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | datetime | The time this entity was created. | |
| profile_id | str | 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`. | |
| account_id | int | The ID of the Talon.One account that owns this profile. | |
| loyalty_program_id | int | ID of the ledger. | |
| event_id | int | ID of the related event. | |
| amount | int | Amount of loyalty points. | |
| reason | str | reason for awarding/deducting points. | |
| expiry_date | datetime | Expiration date of the points. | |
| reference_id | int | The ID of the balancing ledgerEntry. | [optional] |