Property | Type | Description | |
---|---|---|---|
expiresAt | string | ||
id | int | ||
imageURL | string | ||
name | string | ||
points | int | ||
tier | string | ||
type | string | ||
url | string |
Method | Description | |
---|---|---|
Reward ( int id, string name, int points, string imageURL, string url, string tier, string type, string expiresAt ) : System |
public Reward ( int id, string name, int points, string imageURL, string url, string tier, string type, string expiresAt ) : System | ||
id | int | |
name | string | |
points | int | |
imageURL | string | |
url | string | |
tier | string | |
type | string | |
expiresAt | string | |
return | System |