Skip to main content

Interface: SCPromoType

Interface SCInviteType. Invite Code Schema.

Properties

code

code: string

The invitation code

Defined in

promo.ts:19


id

id: number

The ID of the user.

Defined in

promo.ts:9


name

name: string

The promo code name

Defined in

promo.ts:14


valid_from

valid_from: Date

The date from which the promo code is valid

Defined in

promo.ts:24


valid_to

valid_to: Date

The date to which the promo code is valid

Defined in

promo.ts:29