Class CreateLinkActivation

The CreateLinkActivation creates an activation link for a program to issue cards with.

Hierarchy (view full)

Implements

Constructors

Properties

brandId?: number
captchaEnabled?: boolean
endDate?: string | Date
name?: string
passesLimit?: number
programId?: number
templateTierId?: number
tenantId?: number

Methods

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>