Response schema for POST /loyalties/members/{memberId}/balance and for POST /loyalties/{campaignId}/members/{memberId}/balance.
| Name | Type | Description | Notes |
|---|---|---|---|
| points | Integer | The incremental points removed or added to the current balance on the loyalty card. | |
| total | Integer | The total of points accrued over the lifetime of the loyalty card. | |
| balance | Integer | The balance after adding/removing points. | |
| type | TypeEnum | The type of voucher being modified. | |
| _object | ObjectEnum | The type of the object represented by JSON. Default is balance. | |
| relatedObject | LoyaltiesMembersBalanceUpdateResponseBodyRelatedObject | ||
| operationType | OperationTypeEnum | [optional] |
| Name | Value |
|---|---|
| LOYALTY_CARD | "loyalty_card" |
| GIFT_VOUCHER | "gift_voucher" |
| Name | Value |
|---|---|
| BALANCE | "balance" |
| Name | Value |
|---|---|
| MANUAL | "MANUAL" |
| AUTOMATIC | "AUTOMATIC" |