Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.37 KB

File metadata and controls

44 lines (24 loc) · 1.37 KB

LoyaltiesMembersPendingPointsActivateResponseBody

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

Properties

Name Type Description
points Integer The number of pending points added to the loyalty card.
total Integer Total number of points incurred over the lifespan of the loyalty card, minus the expired points.
balance Integer The current number of loyalty points after the pending points have been added.
type TypeEnum The type of the voucher being modified. For pending points, it is always `loyalty_card`.
_object ObjectEnum The type of the object represented by JSON. Default is `balance`.
relatedObject LoyaltiesMembersPendingPointsActivateResponseBodyRelatedObject
operationType OperationTypeEnum The type of the operation being performed.

Enum: TypeEnum

Name Value
LOYALTY_CARD "loyalty_card"

Enum: ObjectEnum

Name Value
BALANCE "balance"

Enum: OperationTypeEnum

Name Value
MANUAL "MANUAL"