Provides metadata when the event type
is ADJUST_POINTS
.
LoyaltyEventAdjustPoints
Name | Type | Tags | Description |
---|---|---|---|
loyaltyProgramId |
string | undefined |
Optional | The Square-assigned ID of the loyalty program. Constraints: Maximum Length: 36 |
points |
number |
Required | The number of points added or removed. |
reason |
string | undefined |
Optional | The reason for the adjustment of points. |
{
"points": 236,
"reason": null
}