Skip to main content

Interface: LoyaltyPrizeParams

types/prize.LoyaltyPrizeParams

LoyaltyPrizeParams interface

Properties

active

Optional active: true

Is this prize active?

Defined in

types/prize.ts:30


created_at

Optional created_at: string | Date

Date of creation

Defined in

types/prize.ts:54


created_by

Optional created_by: SCUserType

The user who created the prize

Defined in

types/prize.ts:62


description

Optional description: string

A description of the prize

Defined in

types/prize.ts:38


id

Optional id: number

Unique integer value

Defined in

types/prize.ts:26


image

image: string

Image of this prize

Defined in

types/prize.ts:50


lastmod_datetime

Optional lastmod_datetime: string | Date

Date of last modify

Defined in

types/prize.ts:58


Optional link: string

Link to a web resource for this prize

Defined in

types/prize.ts:46


points

points: number

Points to request this prize

Defined in

types/prize.ts:42


title

title: string

The title of the prize

Defined in

types/prize.ts:34