Skip to main content

Variable: PromoCodeStatus

PromoCodeStatus: object

Defined in: packages/sdk/src/types/generated/promo_code_service.ts:17

Type Declaration

active

readonly active: "active" = 'active'

exhausted

readonly exhausted: "exhausted" = 'exhausted'

expired

readonly expired: "expired" = 'expired'

inactive

readonly inactive: "inactive" = 'inactive'

scheduled

readonly scheduled: "scheduled" = 'scheduled'