Addon: {
    code: SE.AddonCodes;
    deactivationDate?: string;
    isActive: boolean;
    isAvailableToConnect: boolean;
    isTrial: boolean;
    name: string;
    trialDays: number;
}

Type declaration

  • code: SE.AddonCodes

    Addon code, unique reference for it

  • Optional deactivationDate?: string

    Date when the deactivation will take place, will be undefined while the user does not wish to deactivate it

  • isActive: boolean

    Flag that indicates if the addon is active for the current Seller

  • isAvailableToConnect: boolean

    Flag that indicates if the addon is available to be activated

  • isTrial: boolean

    Flag that indicates if the Addon, for the current seller, is in trial state

  • name: string

    Addon name

  • trialDays: number

    Number of days remaining for the user to enjoy the trial

Generated using TypeDoc