Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 532 Bytes

loyalty-event-expire-points.md

File metadata and controls

24 lines (15 loc) · 532 Bytes

Loyalty Event Expire Points

Provides metadata when the event type is EXPIRE_POINTS.

Structure

LoyaltyEventExpirePoints

Fields

Name Type Tags Description
loyaltyProgramId string Required The Square-assigned ID of the loyalty program.
Constraints: Minimum Length: 1, Maximum Length: 36
points number Required The number of points expired.

Example (as JSON)

{
  "points": 236
}