Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 861 Bytes

File metadata and controls

33 lines (17 loc) · 861 Bytes

LoyaltiesMembersRewardsListResponseBody

Response body schema for GET /loyalties/members/{memberId}/rewards

Properties

Name Type Description
_object ObjectEnum The type of the object represented by JSON.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of loyalty reward objects.
data List<LoyaltiesMembersRewardsListResponseBodyDataItem> Contains array of loyalty reward objects.
total Integer Total number of loyalty reward objects.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"