Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.28 KB

File metadata and controls

17 lines (13 loc) · 1.28 KB

Voucherify.Model.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 string The type of the voucher being modified. For pending points, it is always `loyalty_card`. [optional]
Object string The type of the object represented by JSON. Default is `balance`. [optional]
RelatedObject LoyaltiesMembersPendingPointsActivateResponseBodyRelatedObject [optional]
OperationType string The type of the operation being performed. [optional]

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