Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.18 KB

File metadata and controls

17 lines (13 loc) · 1.18 KB

Voucherify.Model.LoyaltiesMembersBalanceUpdateResponseBody

Response schema for POST v1/loyalties/members/{memberId}/balance and for POST v1/loyalties/{campaignId}/members/{memberId}/balance.

Properties

Name Type Description Notes
Points int? The incremental points removed or added to the current balance on the loyalty card. [optional]
Total int? The total of points accrued over the lifetime of the loyalty card. [optional]
Balance int? The balance after adding/removing points. [optional]
Type string The type of voucher being modified. [optional]
Object string The type of the object represented by JSON. Default is balance. [optional]
RelatedObject LoyaltiesMembersBalanceUpdateResponseBodyRelatedObject [optional]
OperationType string The type of operation being performed. [optional]

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