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 | string | The type of the object represented by JSON. Default is `balance`. | [optional] |
| RelatedObject | LoyaltiesMembersPendingPointsBalanceResponseBodyRelatedObject | [optional] | |
| OperationType | string | The type of the operation being performed. | [optional] |