Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.55 KB

Reward.md

File metadata and controls

21 lines (16 loc) · 1.55 KB

Reward

Properties

Name Type Description Notes
id str Unique reward ID, assigned by Voucherify. [optional]
name str Reward name. [optional]
stock int Configurable for material rewards. The number of units of the product that you want to share as reward. [optional]
redeemed int Defines the number of already invoked (successful) reward redemptions. [optional]
attributes RewardAttributes [optional]
metadata object The metadata object stores all custom attributes assigned to the reward. A set of key/value pairs that you can attach to a reward object. It can be useful for storing additional information about the reward in a structured format. [optional]
type str Reward type. [optional]
parameters RewardType [optional]
created_at datetime Timestamp representing the date and time when the reward was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp representing the date and time when the reward was updated. The value is shown in the ISO 8601 format. [optional]
object str The type of the object represented by the JSON. This object stores information about the reward. [default to 'reward']

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