Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 838 Bytes

File metadata and controls

14 lines (10 loc) · 838 Bytes

Voucherify.Model.RewardsAssignmentsListResponseBody

Response body schema for GET v1/rewards/{rewardID}/assignments.

Properties

Name Type Description Notes
Object string The type of the object represented by JSON. This object stores information about reward assignments in a dictionary. [optional]
DataRef string Identifies the name of the attribute that contains the array of reward assignments. [optional]
Data List<RewardAssignment> [optional]
Total int? Total number of reward assignments. [optional]

[Back to Model list] [Back to API list] [Back to README]