Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 863 Bytes

File metadata and controls

33 lines (17 loc) · 863 Bytes

LoyaltiesMembersRewardsListResponseBody

Response body schema for GET v1/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"