Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.04 KB

File metadata and controls

17 lines (11 loc) · 1.04 KB

LoyaltiesMembersPendingPointsBalanceResponseBody

Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance.

Properties

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']

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