Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.33 KB

File metadata and controls

19 lines (13 loc) · 1.33 KB

LoyaltiesMembersPendingPointsActivateResponseBody

Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/activate.

Properties

Name Type Description Notes
points int The number of pending points added to the loyalty card. [optional]
total int Total number of points incurred over the lifespan of the loyalty card, minus the expired points. [optional]
balance int The current number of loyalty points after the pending points have been added. [optional]
type str The type of the voucher being modified. For pending points, it is always `loyalty_card`. [optional] [default to 'loyalty_card']
object str The type of the object represented by JSON. Default is `balance`. [optional] [default to 'balance']
related_object LoyaltiesMembersPendingPointsActivateResponseBodyRelatedObject [optional]
operation_type str The type of the operation being performed. [optional] [default to 'MANUAL']

[Back to Model list] [Back to API list] [Back to README]