Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 801 Bytes

LoyaltiesListMembersResponseBody.md

File metadata and controls

25 lines (13 loc) · 801 Bytes

LoyaltiesListMembersResponseBody

Response body schema for GET v1/loyalties/{campaignId}/members.

Properties

Name Type Description
_object String The type of the object represented by JSON. This object stores information about members in a dictionary.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of voucher objects.
vouchers List<LoyaltyMember> Contains array of voucher objects representing loyalty cards, in other words, loyalty program members.
total Integer Total number of voucher objects.

Enum: DataRefEnum

Name Value
VOUCHERS "vouchers"