Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 518 Bytes

loyalty-event-other.md

File metadata and controls

24 lines (15 loc) · 518 Bytes

Loyalty Event Other

Provides metadata when the event type is OTHER.

Structure

LoyaltyEventOther

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 added or removed.

Example (as JSON)

{
  "points": 236
}