Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.18 KB

LoyaltiesMembersBalanceUpdateResponseBody.md

File metadata and controls

19 lines (13 loc) · 1.18 KB

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 str The type of voucher being modified. [optional]
object str The type of the object represented by JSON. Default is balance. [optional] [default to 'balance']
related_object LoyaltiesMembersBalanceUpdateResponseBodyRelatedObject [optional]
operation_type str The type of operation being performed. [optional]

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