Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

File metadata and controls

15 lines (11 loc) · 1.01 KB

Voucherify.Model.LoyaltiesMembersPendingPointsBalanceResponseBody

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

Properties

Name Type Description Notes
Points int? The number of pending points added to or subtracted from the loyalty card. [optional]
Total int? Total number of pending points currently on a loyalty card. [optional]
Object string The type of the object represented by JSON. Default is `balance`. [optional]
RelatedObject LoyaltiesMembersPendingPointsBalanceResponseBodyRelatedObject [optional]
OperationType string The type of the operation being performed. [optional]

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