Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance.
| 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 | str | The type of the object represented by JSON. Default is `balance`. | [optional] [default to 'balance'] |
| related_object | LoyaltiesMembersPendingPointsBalanceResponseBodyRelatedObject | [optional] | |
| operation_type | str | The type of the operation being performed. | [optional] [default to 'MANUAL'] |