Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance.
| Name | Type | Description |
|---|---|---|
| points | Integer | The number of pending points added to or subtracted from the loyalty card. |
| total | Integer | Total number of pending points currently on a loyalty card. |
| _object | ObjectEnum | The type of the object represented by JSON. Default is `balance`. |
| relatedObject | LoyaltiesMembersPendingPointsBalanceResponseBodyRelatedObject | |
| operationType | OperationTypeEnum | The type of the operation being performed. |
| Name | Value |
|---|---|
| BALANCE | "balance" |
| Name | Value |
|---|---|
| MANUAL | "MANUAL" |