Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.01 KB

File metadata and controls

34 lines (18 loc) · 1.01 KB

LoyaltiesMembersPendingPointsBalanceResponseBody

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

Properties

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.

Enum: ObjectEnum

Name Value
BALANCE "balance"

Enum: OperationTypeEnum

Name Value
MANUAL "MANUAL"