Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 896 Bytes

LoyaltiesMembersRewardsListResponseBody.md

File metadata and controls

33 lines (17 loc) · 896 Bytes

LoyaltiesMembersRewardsListResponseBody

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

Properties

Name Type Description Notes
_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"