Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.24 KB

File metadata and controls

17 lines (13 loc) · 1.24 KB

Voucherify.Model.RewardAssignment

Properties

Name Type Description Notes
Id string Unique reward assignment ID, assigned by Voucherify. [optional]
RewardId string Associated reward ID. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. [optional]
Object string The type of the object represented by the JSON. This object stores information about the reward assignment. [optional]
RelatedObjectId string Related object ID to which the reward was assigned. [optional]
RelatedObjectType string Related object type to which the reward was assigned. [optional]
Parameters RewardAssignmentParameters [optional]

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