Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.04 KB

LoyaltiesMembersPointsExpirationListResponseBody.md

File metadata and controls

33 lines (17 loc) · 1.04 KB

LoyaltiesMembersPointsExpirationListResponseBody

Response body schema for GET /loyalties/{campaignId}/members/{memberId}/points-expiration.

Properties

Name Type Description Notes
_object ObjectEnum The type of the object represented by JSON. This object stores information about loyalty points expiration buckets in a dictionary.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of loyalty points expiration bucket objects.
data List<LoyaltiesMembersPointsExpirationListResponseBodyDataItem> Contains array of loyalty points expiration buckets.
total Integer Total number of point expiration buckets.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"