Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 670 Bytes

loyalty-event-adjust-points.md

File metadata and controls

27 lines (18 loc) · 670 Bytes

Loyalty Event Adjust Points

Provides metadata when the event type is ADJUST_POINTS.

Structure

LoyaltyEventAdjustPoints

Fields

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.

Example (as JSON)

{
  "loyalty_program_id": null,
  "points": 236,
  "reason": null
}